/*--------------------------------------------------------------

* Resets default browser CSS.

--------------------------------------------------------------*/
BODY, DIV, DL, DT, DD, UL, OL, LI, H1, H2, H3, H4, H5, H6, PRE, FORM, FIELDSET, INPUT, TEXTAREA, P, BLOCKQUOTE, TH, TD
{
	margin: 0;
	padding: 0;
}
TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
}
FIELDSET, IMG
{
	border: 0;
}
ADDRESS, CAPTION, CITE, CODE, DFN, EM, STRONG, TH, VAR
{
	font-style: normal;
	font-weight: normal;
}
OL, UL
{
	list-style: none;
}
CAPTION, TH
{
	text-align: left;
}
H1, H2, H3, H4, H5, H6
{
	font-size: 100%;
	font-weight: normal;
}
Q:before, Q:after
{
	content: '';
}
ABBR, ACRONYM
{
	border: 0;
}
/*Remove annoying border on linked images.*/
A IMG
{
	outline: none;
}
/*remove underline for links*/
A
{
	text-decoration: none;
	outline: none;
	color: #FFF;
}
A:hover
{
	color: #CCC;
}
DIV.hr
{
	border: none;
	border-top: 1px dotted #333;
	margin-top: 5px;
	margin-bottom: 18px;
	clear: both;
}
DIV.hr HR
{
	display: none;
}
/*--------------------------------------------------------------

* End Reset

--------------------------------------------------------------
--------------------------------------------------------------

* Defaults

--------------------------------------------------------------*/
BODY
{
	background-color: #0E0E0E;
	font-family: trebuchet, verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
/*--------------------------------------------------------------

* End Defaults

--------------------------------------------------------------
--------------------------------------------------------------

* Page Headers

--------------------------------------------------------------*/
H3.head_catalogue
{
	text-indent: -9000px;
	height: 45px;
	width: 225px;
	background-image: url(../images/layout/head_catalogue.gif);
}
H3.head_service
{
	text-indent: -9000px;
	height: 45px;
	width: 225px;
	background-image: url(../images/layout/head_service.gif);
}
/*--------------------------------------------------------------

* End Page Headers

--------------------------------------------------------------
--------------------------------------------------------------

* Wrap

--------------------------------------------------------------*/
#wrap
{
	width: 1016px;
	margin: 0 auto;
	background-color: #252525;
}
/*--------------------------------------------------------------

* End Wrap

--------------------------------------------------------------
--------------------------------------------------------------

* Header

--------------------------------------------------------------*/
#header
{
	height: 131px;
	background-image: url(../images/layout/background_header.jpg);
}
H1#logo
{
	width: 217px;
	height: 48px;
	background-image: url(../images/layout/logo_ep_racing.png);
	text-indent: -9000px;
/*hide text*/
	margin: 38px 0 0 44px;
	float: left;
}
#account_info
{
	padding-right: 39px;
	float: right;
	color: #DCDCDC;
	width: 137px;
}
#sel_currency
{
	font-size: 8px;
	display: block;
	float: left;
	margin: 9px 0 0 7px;
}
A.currency:link, A.currency:visited
{
	font-size: 16px;
	width: 22px;
	height: 20px;
	padding-top: 2px;
	display: block;
	float: right;
	color: #DCDCDC;
	font-weight: bold;
	text-align: center;
}
A.currency:hover
{
	color: #FFF;
}
.cur_currency
{
	background-image: url(../images/layout/background_currency.png);
}
#bask_info
{
	clear: both;
	text-align: right;
	padding-top: 13px;
}
#bask_info LI
{
	margin-bottom: 9px;
}
#bask_info LI A:link, #bask_info LI A:visited
{
	color: #DCDCDC;
	font-size: 11px;
}
#bask_info LI A:hover
{
	color: #FFF;
}
H2#strap
{
	width: 147px;
	height: 97px;
	text-indent: -9000px;
/*hide text*/
	background-image: url(../images/layout/background_h2_strap.png);
	float: right;
}
#small_links
{
	float: right;
	margin-top: 9px;
}
#small_links LI
{
	float: left;
	padding: 0 4px;
	background: url(../images/layout/background_small_links_li.gif) no-repeat;
}
#small_links LI A:link, #small_links LI A:visited
{
	float: left;
	color: #DCDCDC;
	font-size: 8px;
}
#small_links LI A:hover
{
	float: left;
	color: #FFF;
	font-size: 8px;
}
#small_links LI.first
{
	background-image: none;
}
/*--------------------------------------------------------------

* End Header

--------------------------------------------------------------
--------------------------------------------------------------

* Top Naigation

--------------------------------------------------------------*/
#top_nav
{
	height: 56px;
	background-image: url(../images/layout/background_top_nav.png);
}
#top_nav UL
{
	float: left;
}
#top_nav UL LI
{
	float: left;
}
#top_nav UL LI A:link, #top_nav UL LI A:visited
{
	height: 47px;
	display: block;
	text-indent: -9000px;
/*Hide Text*/
}
#top_nav UL LI A:hover
{
	background-position: 0 -49px;
}
A#but_home:link, A#but_home:visited
{
	background: url(../images/layout/but_home.png) no-repeat top left;
	width: 96px;
}
A#but_about_us:link, A#but_about_us:visited
{
	background: url(../images/layout/but_about_us.png) no-repeat top left;
	width: 88px;
}
A#but_latest_news:link, A#but_latest_news:visited
{
	background: url(../images/layout/but_latest_news.png) no-repeat top left;
	width: 105px;
}
A#but_galleries:link, A#but_galleries:visited
{
	background: url(../images/layout/but_galleries.png) no-repeat top left;
	width: 89px;
}
A#but_contact_us:link, A#but_contact_us:visited
{
	background: url(../images/layout/but_contact_us.png) no-repeat top left;
	width: 100px;
}
#search
{
	float: right;
	padding: 11px 35px;
}
#text_search
{
	background-image: url(../images/layout/background_text_search.gif);
	background-repeat: no-repeat;
	width: 142px;
	height: 21px;
	border: 0px solid #FFF;
	display: block;
	float: left;
	margin-right: 7px;
	padding: 4px 4px 0;
}
#sub_search
{
	background-image: url(../images/layout/background_sub_search.gif);
	background-repeat: no-repeat;
	width: 30px;
	height: 25px;
	border: 0px solid #FFF;
	display: block;
	float: left;
	cursor: pointer;
}
/*--------------------------------------------------------------

* End Top Naigation

--------------------------------------------------------------
--------------------------------------------------------------

* Left Column

--------------------------------------------------------------*/
#col_left
{
	float: left;
	margin-left: 8px;
	width: 230px;
}
.left_box
{
	width: 225px;
	background: #2C2C2C url(../images/layout/background_left_box_bottom.gif) no-repeat bottom left;
	padding-bottom: 16px;
	margin-bottom: 7px;
}
#list1
{
	margin: 7px 0 0 9px;
}
#menu
{
	height: 132px;
	width: 200px;
	margin: 10px;
	position: relative;
	z-index: 100;
}
#menu UL
{
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	text-align: left;
	padding: 1px 1px 0;
	background: #2C2C2C;
}
#menu LI
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu LI
{
	display: inline-block;
	display: inline;
}
#menu UL UL
{
	position: absolute;
	left: -9999px;
}
#menu UL#toplevel
{
	position: absolute;
	left: 0;
	top: 0;
}
#menu A
{
	display: block;
	font: normal 11px verdana, arial, sans-serif;
	color: #FFF;
	line-height: 22px;
	text-decoration: none;
	padding: 0 20px 0 10px;
}
#menu UL LI:hover>UL
{
	left: 100%;
	margin-top: -23px;
	margin-left: -1px;
}
#menu A:hover UL, #menu A:hover A:hover UL, #menu A:hover A:hover A:hover UL
{
	left: 100%;
}
#menu A:hover UL UL, #menu A:hover A:hover UL UL
{
	left: -9999px;
}
#menu LI A:hover
{
	background: #A61719;
	color: #FFF;
}
#menu LI:hover>A
{
	background: #A61719;
	color: #FFF;
}
#menu LI A.fly
{
	background: url(../images/layout/arrow.gif) no-repeat right top;
}
#menu LI A.fly:hover
{
	background: #A61719 url(../images/layout/arrow.gif) no-repeat right top;
}
#menu LI:hover>A.fly
{
	background: #A61719 url(../images/layout/arrow.gif) no-repeat right top;
}
#menu TABLE
{
	position: absolute;
	left: 99%;
	height: 0;
	width: 0;
	border-collapse: collapse;
	margin-top: -7px;
	margin-left: -1px;
}
/*Promo Box*/
DIV#promo-box
{
	width: 225px;
	height: 221px;
	background: url(../images/promo/promo-box.jpg) no-repeat top left;
}
DIV#promo-box P
{
	text-indent: -3000px;
}
/*Widen Catalogue menu*/
UL#toplevel>LI>A
{
	width: 173px;
}
UL.sub_menu LI A:link, UL.sub_menu LI A:visited
{
	color: #FFF;
	font-size: 13px;
	width: 158px;
	height: 16px;
	margin: 0 3px 7px;
	padding-left: 48px;
	display: block;
	line-height: 13px;
	background: url(../images/layout/background_submenu.gif) no-repeat top left;
}
UL.sub_menu LI A:hover
{
	background-position: 0 -16px;
}
.sub_menu_foot
{
	background: url(../images/layout/background_sub_nav.gif) no-repeat;
	height: 1px;
	width: 209px;
	font-size: 0;
	line-height: 0;
}
#contact-icon
{
	background: url(../images/layout/speech-bubble.jpg) no-repeat 75px 14px;
	width: 225px;
	height: 67px;
	text-indent: -999em;
}
#contact-icon A
{
	display: block;
	width: 225px;
	height: 67px;
}
#skype-icon
{
	background: url(../images/layout/icon_skype.png);
	width: 225px;
	height: 58px;
	text-indent: -999em;
}
#skype-icon A
{
	display: block;
	width: 225px;
	height: 58px;
}
/*--------------------------------------------------------------

* End Left Column

--------------------------------------------------------------
--------------------------------------------------------------

* Right Column

--------------------------------------------------------------*/
#col_right
{
	border-left: 1px solid #454545;
	float: right;
	padding: 5px 7px;
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -0.2px;
	line-height: 140%;
	font-size: 11pt;
}
DIV#slider
{
	width: 747px;
	height: 180px;
	overflow: hidden;
	margin-left: 6px;
}
DIV#slide1, DIV#slide2, DIV#slide3
{
	width: 747px;
	height: 180px;
	text-indent: -1000em;
}
DIV#slide1
{
	background: url(../images/promo/welovecarbon.jpg);
}
DIV#slide2
{
	background: url(../images/promo/drifting.jpg);
}
DIV#slide3
{
	background: url(../images/promo/bodykits.jpg);
}
LI.btn-aerokit, LI.btn-carbon, LI.btn-parts, LI.btn-wheels
{
	width: 188px;
	height: 242px;
	text-indent: -999em;
	margin: 0px;
	padding: 0;
	float: left;
}
LI.btn-aerokit A, LI.btn-carbon A, LI.btn-parts A, LI.btn-wheels A
{
	display: block;
	width: 188px;
	height: 242px;
}
LI.btn-aerokit A:hover, LI.btn-carbon A:hover, LI.btn-parts A:hover, LI.btn-wheels A:hover
{
	opacity: 1;
	filter: alpha(opacity=100);
}
LI.btn-aerokit A
{
	background: url(../images/layout/home-btn-aero.jpg);
	opacity: 0.7;
	filter: alpha(opacity=70);
}
LI.btn-carbon A
{
	background: url(../images/layout/home-btn-carbon.jpg);
	opacity: 0.7;
	filter: alpha(opacity=70);
}
LI.btn-parts A
{
	background: url(../images/layout/home-btn-parts.jpg);
	opacity: 0.7;
	filter: alpha(opacity=70);
}
LI.btn-wheels A
{
	background: url(../images/layout/home-btn-wheels.jpg);
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/*Styling*/
DIV.pad H1
{
	margin-top: 12px;
	font-size: 30px;
}
/*Product Listing*/
#col_right H1
{
	font-size: 30px;
	padding: 10px 0;
	border-bottom: 1px dotted #454545;
	line-height: 100%;
}
.pad H5
{
	display: none;
}
.breadcrumbtrail
{
	margin: 5px 0px;
	border-bottom: 1px dotted #454545;
	height: 25px;
}
.breadcrumbtrail UL UL
{
	background: none;
}
.breadcrumbtrail UL
{
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
}
.breadcrumbtrail UL LI
{
	margin-left: 0;
	border: none;
	list-style: none;
	display: inline;
}
/*Site Map*/
DIV.sitemap UL LI.boxinset DIV.pad H2
{
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 13px;
	margin-top: 18px;
	margin-left: 0;
}
DIV.sitemap UL LI.boxinset DIV.pad UL
{
	list-style-type: square;
	/*[empty]margin-left:;*/
}
DIV.sitemap UL LI.boxinset DIV.pad UL LI
{
	margin-left: 17px;
}
DIV.sitemap UL LI.boxinset DIV.pad UL LI UL
{
	list-style-type: disc;
}
DIV.sitemap UL LI.boxinset DIV.pad UL LI UL LI
{
	margin-left: 53px;
}
DIV.sitemap UL LI.boxinset DIV.pad UL LI UL LI UL
{
	list-style-type: circle;
}
/*Galleries*/
DIV.gallery DIV.NewsListing
{
	width: 327px;
	float: left;
	border: 1px solid #333333;
	height: 193px;
	padding-top: 0px;
	padding: 11px;
	margin-right: 13px;
}
DIV.gallery DIV.NewsListing IMG
{
	max-height: 133px;
}
DIV.gallery DIV.main-listing
{
	border: 0;
}
DIV.gallery DIV.main-listing IMG
{
	max-height: 100%;
}
DIV.gallery DIV#select-manufacturer
{
	background: #444;
	border: 1px solid #888;
	margin-top: 11px;
	margin-bottom: 12px;
	padding: 7px 7px 7px 12px;
	width: 316px;
}
DIV.gallery DIV#select-manufacturer P
{
	float: left;
	font-weight: bold;
	font-size: 12px;
	margin-top: 1px;
}
DIV.gallery DIV#select-manufacturer SELECT
{
	clear: right;
	margin-left: 11px;
	padding: 3px;
	background: #878787;
	border: 1px solid #CBCBCB;
}
/*--------------------------------------------------------------

* Resets default browser CSS.

--------------------------------------------------------------*/
BODY, DIV, DL, DT, DD, UL, OL, LI, H1, H2, H3, H4, H5, H6, PRE, FORM, FIELDSET, INPUT, TEXTAREA, P, BLOCKQUOTE, TH, TD
{
	margin: 0;
	padding: 0;
}
TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
}
FIELDSET, IMG
{
	border: 0;
}
ADDRESS, CAPTION, CITE, CODE, DFN, EM, STRONG, TH, VAR
{
	font-style: normal;
	font-weight: normal;
}
OL, UL
{
	list-style: none;
}
CAPTION, TH
{
	text-align: left;
}
H1, H2, H3, H4, H5, H6
{
	font-size: 100%;
	font-weight: normal;
}
Q:before, Q:after
{
	content: '';
}
ABBR, ACRONYM
{
	border: 0;
}
/*Remove annoying border on linked images.*/
A IMG
{
	outline: none;
}
/*remove underline for links*/
A
{
	text-decoration: none;
	outline: none;
	color: #FFF;
}
A:hover
{
	color: #CCC;
}
DIV.hr
{
	border: none;
	border-top: 1px dotted #333;
	margin-top: 5px;
	margin-bottom: 18px;
	clear: both;
}
DIV.hr HR
{
	display: none;
}
/*--------------------------------------------------------------

* End Reset

--------------------------------------------------------------
--------------------------------------------------------------

* Defaults

--------------------------------------------------------------*/
BODY
{
	background-color: #0E0E0E;
	font-family: trebuchet, verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
/*--------------------------------------------------------------

* End Defaults

--------------------------------------------------------------
--------------------------------------------------------------

* Page Headers

--------------------------------------------------------------*/
H3.head_catalogue
{
	text-indent: -9000px;
	height: 45px;
	width: 225px;
	background-image: url(../images/layout/head_catalogue.gif);
}
H3.head_service
{
	text-indent: -9000px;
	height: 45px;
	width: 225px;
	background-image: url(../images/layout/head_service.gif);
}
/*--------------------------------------------------------------

* End Page Headers

--------------------------------------------------------------
--------------------------------------------------------------

* Wrap

--------------------------------------------------------------*/
#wrap
{
	width: 1016px;
	margin: 0 auto;
	background-color: #252525;
}
/*--------------------------------------------------------------

* End Wrap

--------------------------------------------------------------
--------------------------------------------------------------

* Header

--------------------------------------------------------------*/
#header
{
	height: 131px;
	background-image: url(../images/layout/background_header.jpg);
}
H1#logo
{
	width: 217px;
	height: 48px;
	background-image: url(../images/layout/logo_ep_racing.png);
	text-indent: -9000px;
/*hide text*/
	margin: 38px 0 0 44px;
	float: left;
}
#account_info
{
	padding-right: 39px;
	float: right;
	color: #DCDCDC;
	width: 137px;
}
#sel_currency
{
	font-size: 8px;
	display: block;
	float: left;
	margin: 9px 0 0 7px;
}
A.currency:link, A.currency:visited
{
	font-size: 16px;
	width: 22px;
	height: 20px;
	padding-top: 2px;
	display: block;
	float: right;
	color: #DCDCDC;
	font-weight: bold;
	text-align: center;
}
A.currency:hover
{
	color: #FFF;
}
.cur_currency
{
	background-image: url(../images/layout/background_currency.png);
}
#bask_info
{
	clear: both;
	text-align: right;
	padding-top: 13px;
}
#bask_info LI
{
	margin-bottom: 9px;
}
#bask_info LI A:link, #bask_info LI A:visited
{
	color: #DCDCDC;
	font-size: 11px;
}
#bask_info LI A:hover
{
	color: #FFF;
}
H2#strap
{
	width: 147px;
	height: 97px;
	text-indent: -9000px;
/*hide text*/
	background-image: url(../images/layout/background_h2_strap.png);
	float: right;
}
#small_links
{
	float: right;
	margin-top: 9px;
}
#small_links LI
{
	float: left;
	padding: 0 4px;
	background: url(../images/layout/background_small_links_li.gif) no-repeat;
}
#small_links LI A:link, #small_links LI A:visited
{
	float: left;
	color: #DCDCDC;
	font-size: 8px;
}
#small_links LI A:hover
{
	float: left;
	color: #FFF;
	font-size: 8px;
}
#small_links LI.first
{
	background-image: none;
}
/*--------------------------------------------------------------

* End Header

--------------------------------------------------------------
--------------------------------------------------------------

* Top Naigation

--------------------------------------------------------------*/
#top_nav
{
	height: 56px;
	background-image: url(../images/layout/background_top_nav.png);
}
#top_nav UL
{
	float: left;
}
#top_nav UL LI
{
	float: left;
}
#top_nav UL LI A:link, #top_nav UL LI A:visited
{
	height: 47px;
	display: block;
	text-indent: -9000px;
/*Hide Text*/
}
#top_nav UL LI A:hover
{
	background-position: 0 -49px;
}
A#but_home:link, A#but_home:visited
{
	background: url(../images/layout/but_home.png) no-repeat top left;
	width: 96px;
}
A#but_about_us:link, A#but_about_us:visited
{
	background: url(../images/layout/but_about_us.png) no-repeat top left;
	width: 88px;
}
A#but_latest_news:link, A#but_latest_news:visited
{
	background: url(../images/layout/but_latest_news.png) no-repeat top left;
	width: 105px;
}
A#but_galleries:link, A#but_galleries:visited
{
	background: url(../images/layout/but_galleries.png) no-repeat top left;
	width: 89px;
}
A#but_contact_us:link, A#but_contact_us:visited
{
	background: url(../images/layout/but_contact_us.png) no-repeat top left;
	width: 100px;
}
#search
{
	float: right;
	padding: 11px 35px;
}
#text_search
{
	background-image: url(../images/layout/background_text_search.gif);
	background-repeat: no-repeat;
	width: 142px;
	height: 21px;
	border: 0px solid #FFF;
	display: block;
	float: left;
	margin-right: 7px;
	padding: 4px 4px 0;
}
#sub_search
{
	background-image: url(../images/layout/background_sub_search.gif);
	background-repeat: no-repeat;
	width: 30px;
	height: 25px;
	border: 0px solid #FFF;
	display: block;
	float: left;
	cursor: pointer;
}
/*--------------------------------------------------------------

* End Top Naigation

--------------------------------------------------------------
--------------------------------------------------------------

* Left Column

--------------------------------------------------------------*/
#col_left
{
	float: left;
	margin-left: 8px;
	width: 230px;
}
.left_box
{
	width: 225px;
	background: #2C2C2C url(../images/layout/background_left_box_bottom.gif) no-repeat bottom left;
	padding-bottom: 16px;
	margin-bottom: 7px;
}
#list1
{
	margin: 7px 0 0 9px;
}
#menu
{
	height: 132px;
	width: 200px;
	margin: 10px;
	position: relative;
	z-index: 100;
}
#menu UL
{
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	text-align: left;
	padding: 1px 1px 0;
	background: #2C2C2C;
}
#menu LI
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu LI
{
	display: inline-block;
	display: inline;
}
#menu UL UL
{
	position: absolute;
	left: -9999px;
}
#menu UL#toplevel
{
	position: absolute;
	left: 0;
	top: 0;
}
#menu A
{
	display: block;
	font: normal 11px verdana, arial, sans-serif;
	color: #FFF;
	line-height: 22px;
	text-decoration: none;
	padding: 0 20px 0 10px;
}
#menu UL LI:hover>UL
{
	left: 100%;
	margin-top: -23px;
	margin-left: -1px;
}
#menu A:hover UL, #menu A:hover A:hover UL, #menu A:hover A:hover A:hover UL
{
	left: 100%;
}
#menu A:hover UL UL, #menu A:hover A:hover UL UL
{
	left: -9999px;
}
#menu LI A:hover
{
	background: #A61719;
	color: #FFF;
}
#menu LI:hover>A
{
	background: #A61719;
	color: #FFF;
}
#menu LI A.fly
{
	background: url(../images/layout/arrow.gif) no-repeat right top;
}
#menu LI A.fly:hover
{
	background: #A61719 url(../images/layout/arrow.gif) no-repeat right top;
}
#menu LI:hover>A.fly
{
	background: #A61719 url(../images/layout/arrow.gif) no-repeat right top;
}
#menu TABLE
{
	position: absolute;
	left: 99%;
	height: 0;
	width: 0;
	border-collapse: collapse;
	margin-top: -7px;
	margin-left: -1px;
}
/*Promo Box*/
DIV#promo-box
{
	width: 225px;
	height: 241px;
	background: url(../images/promo/promo-box.jpg) no-repeat top left;
}
DIV#promo-box P
{
	text-indent: -3000px;
}
/*Widen Catalogue menu*/
UL#toplevel>LI>A
{
	width: 173px;
}
UL.sub_menu LI A:link, UL.sub_menu LI A:visited
{
	color: #FFF;
	font-size: 13px;
	width: 158px;
	height: 16px;
	margin: 0 3px 7px;
	padding-left: 48px;
	display: block;
	line-height: 13px;
	background: url(../images/layout/background_submenu.gif) no-repeat top left;
}
UL.sub_menu LI A:hover
{
	background-position: 0 -16px;
}
.sub_menu_foot
{
	background: url(../images/layout/background_sub_nav.gif) no-repeat;
	height: 1px;
	width: 209px;
	font-size: 0;
	line-height: 0;
}
#contact-icon
{
	background: url(../images/layout/speech-bubble.jpg) no-repeat 75px 14px;
	width: 225px;
	height: 67px;
	text-indent: -999em;
}
#contact-icon A
{
	display: block;
	width: 225px;
	height: 67px;
}
#skype-icon
{
	background: url(../images/layout/icon_skype.png);
	width: 225px;
	height: 58px;
	text-indent: -999em;
}
#skype-icon A
{
	display: block;
	width: 225px;
	height: 58px;
}
/*--------------------------------------------------------------

* End Left Column

--------------------------------------------------------------
--------------------------------------------------------------

* Right Column

--------------------------------------------------------------*/
#col_right
{
	border-left: 1px solid #454545;
	float: right;
	padding: 5px 7px;
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -0.2px;
	line-height: 140%;
	font-size: 11pt;
}
DIV#slider
{
	width: 747px;
	height: 180px;
	overflow: hidden;
	margin-left: 6px;
}
DIV#slide1, DIV#slide2, DIV#slide3
{
	width: 747px;
	height: 180px;
	text-indent: -1000em;
}
DIV#slide1
{
	background: url(../images/promo/welovecarbon.jpg);
}
DIV#slide2
{
	background: url(../images/promo/drifting.jpg);
}
DIV#slide3
{
	background: url(../images/promo/bodykits.jpg);
}
LI.btn-aerokit, LI.btn-carbon, LI.btn-parts, LI.btn-wheels
{
	width: 188px;
	height: 242px;
	text-indent: -999em;
	margin: 0px;
	padding: 0;
	float: left;
}
LI.btn-aerokit A, LI.btn-carbon A, LI.btn-parts A, LI.btn-wheels A
{
	display: block;
	width: 188px;
	height: 242px;
}
LI.btn-aerokit A:hover, LI.btn-carbon A:hover, LI.btn-parts A:hover, LI.btn-wheels A:hover
{
	opacity: 1;
	filter: alpha(opacity=100);
}
LI.btn-aerokit A
{
	background: url(../images/layout/home-btn-aero.jpg);
	opacity: 0.7;
	filter: alpha(opacity=70);
}
LI.btn-carbon A
{
	background: url(../images/layout/home-btn-carbon.jpg);
	opacity: 0.7;
	filter: alpha(opacity=70);
}
LI.btn-parts A
{
	background: url(../images/layout/home-btn-parts.jpg);
	opacity: 0.7;
	filter: alpha(opacity=70);
}
LI.btn-wheels A
{
	background: url(../images/layout/home-btn-wheels.jpg);
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/*Styling*/
DIV.pad H1
{
	margin-top: 12px;
	font-size: 30px;
}
/*Product Listing*/
#col_right H1
{
	font-size: 30px;
	padding: 10px 0;
	border-bottom: 1px dotted #454545;
	line-height: 100%;
	margin-bottom: 19px;
}
.pad H5
{
	display: none;
}
.breadcrumbtrail
{
	margin: 5px 0px;
	border-bottom: 1px dotted #454545;
	height: 25px;
}
.breadcrumbtrail UL UL
{
	background: none;
}
.breadcrumbtrail UL
{
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
}
.breadcrumbtrail UL LI
{
	margin-left: 0;
	border: none;
	list-style: none;
	display: inline;
}
/*Products*/
.product
{
	position: relative;
	background: url(../images/layout/product-bg.jpg) no-repeat;
	width: 238px;
	height: 320px;
	padding: 15px 10px 0px 2px;
	text-align: center;
	float: left;
}
.product H2
{
	font-size: 18px;
	line-height: 120%;
	margin: 0 4px;
	width: 230px;
}
.product IMG
{
	border: 1px solid #000;
	margin: 16px 0px;
	max-height: 150px;
}
.minprice
{
	color: #CCCCCC;
	font-family: georgia;
	font-size: 20px;
	font-weight: bold;
	height: 40px;
	left: 0;
	position: absolute;
	top: 280px;
	width: 230px;
	line-height: 120%;
}
.extrainfolinks
{
	display: none;
}
.masterimg
{
	float: left;
	border: 3px solid #000;
	padding: 10px;
	margin-bottom: 10px;
}
.product-gallery
{
	border: 1px solid #333333;
	float: left;
	height: 50px;
	margin: 5px;
	overflow: hidden;
	width: 100px;
}
.product-gallery IMG
{
	padding: 3px;
}
.product-gallery A
{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.product-gallery A:hover
{
	opacity: 1;
	filter: alpha(opacity=100);
}
.name SPAN
{
	display: block;
	font-size: 10px;
}
.name SPAN:before
{
	content: "EP Racing Part Number : ";
}
/*Versions*/
.versionstable TD, .versionstable TH
{
	padding: 5px;
}
.versionstable TR
{
	border: 1px solid #333;
}
/*--------------------------------------------------------------

* End Right Column

--------------------------------------------------------------
--------------------------------------------------------------

* General Heading and Formatting Styles

----------------------------------------------------------------*/
.inputform
{
	border: 4px dotted #3C3C3C;
	padding: 5px;
	margin: 5px;
}
.boxheader
{
	font-size: 18px;
	border: 1px dotted #3C3C3C;
	padding: 20px;
	margin: 20px 0px;
	background: url(../images/layout/h2-background.jpg) no-repeat;
}
.carryonshopping H3
{
	font-size: 18px;
	border-bottom: 1px dotted #3C3C3C;
	padding: 4px 0px;
	margin: 10px 0px;
}
.versions
{
	border: 1px dotted #3C3C3C;
	padding: 20px;
	margin: 30px 0px;
}
.prices
{
	float: left;
	font-size: 20px;
}
.addtobasket
{
	float: right;
}
#toplists LI
{
	border: 1px solid #444444;
	display: block;
	float: left;
	font-size: 10pt;
	height: 240px;
	margin: 5px;
	padding: 5px;
	text-align: center;
	width: 220px;
}
#toplists LI IMG
{
	/* border: 5px solid #444444; */
}
.section
{
	border: 1px dotted #3C3C3C;
	padding: 8px;
	margin: 3px;
}
.section H4
{
	font-size: 18px;
	color: #FFF;
	background-color: #920606;
	padding: 5px;
}
.section LABEL
{
	float: left;
	width: 250px;
}
#shippingdetails
{
	margin: 50px 10px 10px;
	clear: both;
}
.customer H2
{
	font-size: 18px;
	color: #FFF;
	background-color: #920606;
	padding: 5px;
}
.errors
{
	background-color: #920606;
	padding: 10px;
	margin: 20px;
	border: 4px solid #444444;
}
/*Basket*/
.basket .totals
{
	width: 90%;
	font-size: 18px;
	text-align: right;
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px dotted #3C3C3C;
}
.controls
{
	border-top: margin:15px 0px;
	border-top: 1px dotted #3C3C3C;
}
.baskettable TABLE
{
	width: 100%;
}
.subheader
{
	background-color: #2D2D2D;
	padding: 3px;
	margin: 20px 0px 5px;
	font-size: 16px;
	font-weight: bold;
}
.applycoupon
{
	background-color: #404040;
	padding: 6px;
	margin: 20px 0px;
	font-size: 12px;
}
/*--------------------------------------------------------------

* Footer

--------------------------------------------------------------*/
#footer
{
	clear: both;
	height: 1px;
	background: url(../images/layout/footer.jpg);
	height: 434px;
	width: 1016px;
}
/*--------------------------------------------------------------

* End Footer

--------------------------------------------------------------
News Listings Danny Connell - Creative Theory - 29 October 2009 2:19PM*/
DIV#newsitems DIV.NewsListing
{
	width: 323px;
	height: 182px;
	float: left;
	border: 1px solid #323232;
	margin: 9px;
	padding: 13px;
}
DIV#newsitems DIV.NewsListing H2
{
	font-weight: bold;
	font-family: Arial;
	/*[disabled]letter-spacing:-0.04em;*/
}
DIV#newsitems DIV.NewsListing P.newsdate
{
	font-size: 10px;
	text-align: left;
}
DIV#newsitems DIV.NewsListing IMG
{
	border: 2px solid #B7B7B7;
	padding: 4px;
	margin-top: 6px;
}
/*Latest News*/
DIV.general-layout DIV.NewsListing
{
	margin-bottom: 15px;
	/*[empty]padding-bottom:;*/
}
DIV.general-layout DIV.NewsListing H2
{
	font-weight: bold;
}
DIV.general-layout DIV.NewsListing P.newsdate
{
	font-size: 10px;
	margin-bottom: 5px;
}
DIV.general-layout DIV.NewsListing IMG
{
	float: left;
	border: 2px solid #CCC;
	padding: 4px;
	margin-right: 16px;
	margin-bottom: 17px;
	/*[empty]margin-top:;*/
}
DIV.general-layout DIV.NewsListing DIV.description
{
	padding: 0;
	/*[empty]margin-left:;*/
	margin-right: 32px;
	line-height: 22px;
	font-size: 12px;
}
DIV.general-layout DIV.NewsListing P.read-more
{
	font-size: 12px;
	font-weight: bold;
	/*[empty]color:;*/
}
DIV.general-layout DIV.NewsListing P.read-more:hover
{
	text-decoration: underline;
}
/*Products*/
.product
{
	position: relative;
	background: url(../images/layout/product-bg.jpg) no-repeat;
	width: 238px;
	height: 320px;
	padding: 15px 10px 0px 2px;
	text-align: center;
	float: left;
}
.product H2
{
	font-size: 18px;
	line-height: 120%;
	margin: 0 4px;
	width: 230px;
}
.product IMG
{
	border: 1px solid #000;
	margin: 16px 0px;
	max-height: 150px;
}
.minprice
{
	color: #CCCCCC;
	font-family: georgia;
	font-size: 20px;
	font-weight: bold;
	height: 40px;
	left: 0;
	position: absolute;
	top: 280px;
	width: 230px;
	line-height: 120%;
}
.extrainfolinks
{
	display: none;
}
.masterimg
{
	float: left;
	border: 3px solid #000;
	padding: 10px;
	margin-bottom: 10px;
}
.product-gallery
{
	border: 1px solid #333333;
	float: left;
	height: 50px;
	margin: 5px;
	overflow: hidden;
	width: 100px;
}
.product-gallery IMG
{
	padding: 3px;
}
.product-gallery A
{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.product-gallery A:hover
{
	opacity: 1;
	filter: alpha(opacity=100);
}
.name SPAN
{
	display: block;
	font-size: 10px;
}
.name SPAN:before
{
	content: "EP Racing Part Number : ";
}
/*Versions*/
.versionstable TD, .versionstable TH
{
	padding: 5px;
}
.versionstable TR
{
	border: 1px solid #333;
}



/* Contact Us */

.contactus h2 { font-size:14pt; color:fff; border-bottom:1px dotted #999; margin-bottom:5px;padding-bottom:3px;}


/* Top Lists */
div#eprlatestproducts div {height:160px; overflow:hidden;border:5px solid #444444;}

/*--------------------------------------------------------------

* End Right Column

--------------------------------------------------------------





--------------------------------------------------------------

* General Heading and Formatting Styles

----------------------------------------------------------------*/
.inputform
{
	border: 4px dotted #3C3C3C;
	padding: 5px;
	margin: 5px;
}
.boxheader
{
	font-size: 18px;
	border: 1px dotted #3C3C3C;
	padding: 20px;
	margin: 20px 0px;
	background: url(../images/layout/h2-background.jpg) no-repeat;
}
.carryonshopping H3
{
	font-size: 18px;
	border-bottom: 1px dotted #3C3C3C;
	padding: 4px 0px;
	margin: 10px 0px;
}
.versions
{
	border: 1px dotted #3C3C3C;
	padding: 20px;
	margin: 30px 0px;
}
.prices
{
	float: left;
	font-size: 20px;
}
.addtobasket
{
	float: right;
}
#toplists LI
{
	border: 1px solid #444444;
	display: block;
	float: left;
	font-size: 10pt;
	height: 240px;
	margin: 5px;
	padding: 5px;
	text-align: center;
	width: 220px;
}
#toplists LI IMG
{
	/*border: 5px solid #444444;*/
}
.section
{
	border: 1px dotted #3C3C3C;
	padding: 8px;
	margin: 3px;
}
.section H4
{
	font-size: 18px;
	color: #FFF;
	background-color: #920606;
	padding: 5px;
}
.section LABEL
{
	float: left;
	width: 250px;
}
#shippingdetails
{
	margin: 50px 10px 10px;
	clear: both;
}
.customer H2
{
	font-size: 18px;
	color: #FFF;
	background-color: #920606;
	padding: 5px;
}
.errors
{
	background-color: #920606;
	padding: 10px;
	margin: 20px;
	border: 4px solid #444444;
}
/*Basket*/
.basket .totals
{
	width: 90%;
	font-size: 18px;
	text-align: right;
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px dotted #3C3C3C;
}
.controls
{
	border-top: margin:15px 0px;
	border-top: 1px dotted #3C3C3C;
}
.baskettable TABLE
{
	width: 100%;
}
.subheader
{
	background-color: #2D2D2D;
	padding: 3px;
	margin: 20px 0px 5px;
	font-size: 16px;
	font-weight: bold;
}
.applycoupon
{
	background-color: #404040;
	padding: 6px;
	margin: 20px 0px;
	font-size: 12px;
}

/* Brands */
div#brands {
	margin-left:20px;
	}
	div#brands a {
			opacity:0.75;
			}
	div#brands a:hover {
			opacity:1;
			}
/*--------------------------------------------------------------

* Footer

--------------------------------------------------------------*/
#footer
{
	clear: both;
	height: 1px;
	background: url(../images/layout/footer.jpg);
	height: 434px;
	width: 1016px;
}
/*--------------------------------------------------------------

* End Footer

--------------------------------------------------------------*/
