/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

strike {
	text-decoration: none;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
	960 Grid System ~ Core CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Containers
----------------------------------------------------------------------------------------------------*/

.container_12,
.container_16 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
	display: inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

.container_12 .grid_3,
.container_16 .grid_4 {
	width: 220px;
}

.container_12 .grid_6,
.container_16 .grid_8 {
	width: 460px;
}

.container_12 .grid_9,
.container_16 .grid_12 {
	width: 700px;
}

.container_12 .grid_12,
.container_16 .grid_16 {
	width: 940px;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
	width: 60px;
}

.container_12 .grid_2 {
	width: 140px;
}

.container_12 .grid_4 {
	width: 300px;
}

.container_12 .grid_5 {
	width: 380px;
}

.container_12 .grid_7 {
	width: 540px;
}

.container_12 .grid_8 {
	width: 620px;
}

.container_12 .grid_10 {
	width: 780px;
}

.container_12 .grid_11 {
	width: 860px;
}

/* `Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .grid_1 {
	width: 40px;
}

.container_16 .grid_2 {
	width: 100px;
}

.container_16 .grid_3 {
	width: 160px;
}

.container_16 .grid_5 {
	width: 280px;
}

.container_16 .grid_6 {
	width: 340px;
}

.container_16 .grid_7 {
	width: 400px;
}

.container_16 .grid_9 {
	width: 520px;
}

.container_16 .grid_10 {
	width: 580px;
}

.container_16 .grid_11 {
	width: 640px;
}

.container_16 .grid_13 {
	width: 760px;
}

.container_16 .grid_14 {
	width: 820px;
}

.container_16 .grid_15 {
	width: 880px;
}

/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_3,
.container_16 .prefix_4 {
	padding-left: 240px;
}

.container_12 .prefix_6,
.container_16 .prefix_8 {
	padding-left: 480px;
}

.container_12 .prefix_9,
.container_16 .prefix_12 {
	padding-left: 720px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
	padding-left: 80px;
}

.container_12 .prefix_2 {
	padding-left: 160px;
}

.container_12 .prefix_4 {
	padding-left: 320px;
}

.container_12 .prefix_5 {
	padding-left: 400px;
}

.container_12 .prefix_7 {
	padding-left: 560px;
}

.container_12 .prefix_8 {
	padding-left: 640px;
}

.container_12 .prefix_10 {
	padding-left: 800px;
}

.container_12 .prefix_11 {
	padding-left: 880px;
}

/* `Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .prefix_1 {
	padding-left: 60px;
}

.container_16 .prefix_2 {
	padding-left: 120px;
}

.container_16 .prefix_3 {
	padding-left: 180px;
}

.container_16 .prefix_5 {
	padding-left: 300px;
}

.container_16 .prefix_6 {
	padding-left: 360px;
}

.container_16 .prefix_7 {
	padding-left: 420px;
}

.container_16 .prefix_9 {
	padding-left: 540px;
}

.container_16 .prefix_10 {
	padding-left: 600px;
}

.container_16 .prefix_11 {
	padding-left: 660px;
}

.container_16 .prefix_13 {
	padding-left: 780px;
}

.container_16 .prefix_14 {
	padding-left: 840px;
}

.container_16 .prefix_15 {
	padding-left: 900px;
}

/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_3,
.container_16 .suffix_4 {
	padding-right: 240px;
}

.container_12 .suffix_6,
.container_16 .suffix_8 {
	padding-right: 480px;
}

.container_12 .suffix_9,
.container_16 .suffix_12 {
	padding-right: 720px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
	padding-right: 80px;
}

.container_12 .suffix_2 {
	padding-right: 160px;
}

.container_12 .suffix_4 {
	padding-right: 320px;
}

.container_12 .suffix_5 {
	padding-right: 400px;
}

.container_12 .suffix_7 {
	padding-right: 560px;
}

.container_12 .suffix_8 {
	padding-right: 640px;
}

.container_12 .suffix_10 {
	padding-right: 800px;
}

.container_12 .suffix_11 {
	padding-right: 880px;
}

/* `Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .suffix_1 {
	padding-right: 60px;
}

.container_16 .suffix_2 {
	padding-right: 120px;
}

.container_16 .suffix_3 {
	padding-right: 180px;
}

.container_16 .suffix_5 {
	padding-right: 300px;
}

.container_16 .suffix_6 {
	padding-right: 360px;
}

.container_16 .suffix_7 {
	padding-right: 420px;
}

.container_16 .suffix_9 {
	padding-right: 540px;
}

.container_16 .suffix_10 {
	padding-right: 600px;
}

.container_16 .suffix_11 {
	padding-right: 660px;
}

.container_16 .suffix_13 {
	padding-right: 780px;
}

.container_16 .suffix_14 {
	padding-right: 840px;
}

.container_16 .suffix_15 {
	padding-right: 900px;
}

/* `Push Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .push_3,
.container_16 .push_4 {
	left: 240px;
}

.container_12 .push_6,
.container_16 .push_8 {
	left: 480px;
}

.container_12 .push_9,
.container_16 .push_12 {
	left: 720px;
}

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
	left: 80px;
}

.container_12 .push_2 {
	left: 160px;
}

.container_12 .push_4 {
	left: 320px;
}

.container_12 .push_5 {
	left: 400px;
}

.container_12 .push_7 {
	left: 560px;
}

.container_12 .push_8 {
	left: 640px;
}

.container_12 .push_10 {
	left: 800px;
}

.container_12 .push_11 {
	left: 880px;
}

/* `Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .push_1 {
	left: 60px;
}

.container_16 .push_2 {
	left: 120px;
}

.container_16 .push_3 {
	left: 180px;
}

.container_16 .push_5 {
	left: 300px;
}

.container_16 .push_6 {
	left: 360px;
}

.container_16 .push_7 {
	left: 420px;
}

.container_16 .push_9 {
	left: 540px;
}

.container_16 .push_10 {
	left: 600px;
}

.container_16 .push_11 {
	left: 660px;
}

.container_16 .push_13 {
	left: 780px;
}

.container_16 .push_14 {
	left: 840px;
}

.container_16 .push_15 {
	left: 900px;
}

/* `Pull Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_3,
.container_16 .pull_4 {
	left: -240px;
}

.container_12 .pull_6,
.container_16 .pull_8 {
	left: -480px;
}

.container_12 .pull_9,
.container_16 .pull_12 {
	left: -720px;
}

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
	left: -80px;
}

.container_12 .pull_2 {
	left: -160px;
}

.container_12 .pull_4 {
	left: -320px;
}

.container_12 .pull_5 {
	left: -400px;
}

.container_12 .pull_7 {
	left: -560px;
}

.container_12 .pull_8 {
	left: -640px;
}

.container_12 .pull_10 {
	left: -800px;
}

.container_12 .pull_11 {
	left: -880px;
}

/* `Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .pull_1 {
	left: -60px;
}

.container_16 .pull_2 {
	left: -120px;
}

.container_16 .pull_3 {
	left: -180px;
}

.container_16 .pull_5 {
	left: -300px;
}

.container_16 .pull_6 {
	left: -360px;
}

.container_16 .pull_7 {
	left: -420px;
}

.container_16 .pull_9 {
	left: -540px;
}

.container_16 .pull_10 {
	left: -600px;
}

.container_16 .pull_11 {
	left: -660px;
}

.container_16 .pull_13 {
	left: -780px;
}

.container_16 .pull_14 {
	left: -840px;
}

.container_16 .pull_15 {
	left: -900px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

/*
	The following zoom:1 rule is specifically for IE6 + IE7.
	Move to separate stylesheet if invalid CSS is a problem.
*/
* html .clearfix,
*:first-child+html .clearfix {
	zoom: 1;
}

/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	clear:both;
	font-size: 21px;
}

h3 {
	font-size: 14px;
}


h1,h2,h3 {
	font-weight: bold;
}



/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 15px;
}

/* FCS Websites styles 

Oto-Tech shop


blue 			#3C66AF
light blue		#9DB2D7
orange			#E68927
light orange	#F2C493
grey			#818282
light grey		#C0C0C0


*/

a {
	color:#E68927;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#F2C493;
}

#skip {
	display:none;
}

body {
	background: url(/images/interface/bg.jpg) top center no-repeat #fff;
	color:#818282;
}


hr {
	display: none;
}
	
.message {
	background: #f2f2f2;
	margin: 0 0 1em 0;
	padding: 5px 10px 10px 10px;
}

.message.positive {
	background: #0f0;
}

.message.negative {
	background: #f7e1e1;
	color:#c00;
}

.note {
	margin: 0 0 1em 0;
	padding: .5em 10px;
}

.popPositive {
	background: #dcffca url(../graphics/popPositive.png) no-repeat 5px 50%;
	border: 1px solid #a1cd8e;
	margin: 10px 0;
	padding: 5px 10px 5px 32px;
}

.popNeutral {
	background: #e9f2f9;
	border: 1px solid #b9d4e7;
	margin: 10px 0;
	padding: 5px 10px 5px 32px;
}

.popWarning {
	background: #fff8db url(../graphics/popWarning.png) no-repeat 5px 50%;
	border: 1px solid #eeda88;
	margin: 10px 0;
	padding: 5px 10px 5px 32px;
}

.popNegative {
	background: #f7e1e1 url(../graphics/popNegative.png) no-repeat 5px 50%;
	border: 1px solid #f7b8b8;
	color:#c00;
	margin: 10px 0;
	padding: 5px 10px 5px 32px;
}

#nav1 ul li a.offers {
	color:#fff;
}

.warning {
	background: #f7e1e1;
	padding: .5em 10px;
}

.highlight {
	font-size: 1.4em;
}

address {
	font-style: normal;
	margin: 1em 0;
}

#container {
	width:980px;
}

#header {
	height:105px;
}

#header a {
	font-weight:bold;
	text-decoration: none;
}

#logobox {
	background: url(/images/interface/bg-logo.png) top center no-repeat transparent;
	float:left;
	padding:20px;
	width:450px;
}

#logo {
	float:left;
	width:280px;
}

#contact {
	color:#E68927;
	float:right;
	text-align: right;
	width:160px;
}

#contact input[type="text"] {
	padding:3px;
	width:100px;
}

#contact input {
	float:left;
}

#contact p {
	margin-bottom:5px;
}

.contact-phone {
	font-size:20px;
	line-height:20px;
	margin-bottom:0;
}

.contact-email {
	font-size:14px;
}

#header form#search {
	float:right;
	margin-right:-5px;
	width:145px;
}

#header-offers {
	float:right;
	margin-right:10px;
	position:relative;
	width:480px;
	z-index:100;
}

#header-offers a {
	display:block;
	height:110px;
	margin:10px 10px 0 10px;
	width:220px;
}

.header-offer-1 {
	background: url(/images/interface/tab-video-otoscope.png) bottom left no-repeat transparent;
	float:left;
	height:115px;
	width:240px;
}

.header-offer-2 {
	background: url(/images/interface/tab-cedis.png) bottom left no-repeat transparent;
	float:left;
	height:115px;
	width:240px;
}

#shad-top {
	background: url(/images/interface/bg-wrapper-top.png) top left no-repeat transparent;
	height:15px;
	position:relative;
	z-index:200;
}

#shad-bot {
	background: url(/images/interface/bg-wrapper-bot-white.png) top left no-repeat transparent;
	height:20px;
}

#homepage #shad-bot {
	background: url(/images/interface/bg-wrapper-bot.png) top left no-repeat transparent;
	height:20px;
}

#mid {
	background: url(/images/interface/bg-wrapper-mid.png) top left repeat-y transparent;
	padding:0 10px;
}

#nav1 {
	background: url(/images/interface/bg-nav1.png) top left no-repeat transparent;
	height:50px;
}

#nav1 ul {
	margin:0 0 0 10px;
	padding:5px 0 0 0;
}

#nav1 ul li {
	float:left;
	list-style: none;
	margin:0;
	padding:0;
}

#nav1 ul li a {
	display:block;
	font-weight:bold;
	padding:5px 15px;
	
}

#nav1 a {
	color:#fff;
	font-weight:bold;
	text-decoration: none;
}

#nav1 a:hover {
	background: url(/images/interface/white40.png) top left transparent;
}

#basket a:hover {
	background: none;
}

#basket {
	float:right;
	margin:5px 20px 0 0 ;
}

#homepage #main .inner {
	background: url(/images/interface/bg-home.jpg) top left no-repeat #DBDBDB;
}


#header input[type="text"] {
	border:1px solid #ccc;
	padding:3px;
}

#product-finder {
	border:1px solid #ddd;
	height:130px;
	margin-top:5px;
	padding:10px;
	width:198px;
}

#sidebar #product-finder {
	border:1px solid #ddd;
	margin-bottom:15px;
	margin-top:5px;
	padding:10px;
	width:198px;
}

#product-finder select {
	margin-bottom:5px;
	overflow:hidden;
	width:180px;

}

#product-finder h2, #sidebar h2 {
	line-height:22px;
	margin-bottom:10px!important;
}

#side-search {
	border:1px solid #ddd;
	margin-bottom:15px;
	padding:10px;
	width:198px;
}

#left-categories {
	border:1px solid #ddd;
	margin-bottom:15px;
	padding:10px;
	width:198px;
}


#homebanner {
	background: url(/images/interface/home-banner-bg.png) top left no-repeat transparent;
	float:left;
	height:150px;
	margin:0 0 0 10px;
	padding:5px 10px;
	width:700px;
}

#dynamic_banner {
	
}


#deptimgs {
	clear:both;
	margin-left:5px;
	padding-top:10px;
	width:960px;
}

.deptbox {
	float:left;
	list-style: none;
	padding:0;
	margin:0 10px 0 0;
}

.deptimg {
	background: url(/images/interface/bg-deptimg.png) top left no-repeat transparent;
	padding:5px;
	height:150px;
}

.clearance {
	clear:both;
}

#footer {
	font-size:11px;
	margin-bottom:30px;
	text-align: center;
}

#footer ul {
	text-align:center;list-style:none;
	padding:0 0 0 0;
	margin-bottom:5px;
}

#footer div {
	margin-bottom:5px;
}

#footer ul li {
	display:inline;
	list-style: none;
	margin:0;
	padding:0;
}

#footer a {
	font-weight:bold;
	text-decoration: none;
}

#footer ul li a {
	padding:5px;
}

#footer img {
	vertical-align: middle;
}

input[type="text"] {
	border:1px solid #ccc;
	padding:5px;
}



/* =SIDEBAR
================================================= */

#sidebar {
	
}

/* search */

#sidebar #searchTitle {

}

#search {
	margin: 0;
	padding: 0;
	
}

#search label {
	display: none;
}

#sidebar #searchKeyword {
	background: #fff;
	border: 1px solid #ddd;
	margin: 0;
	height: 22px;
	padding: 0 0 0 5px;
	line-height: 20px;
	vertical-align: middle;
	width: 150px;
}

#adv {
	border: 1px solid #eee;
	float: left;
	margin: 1em 0 0 0;
	padding: 3px 4px;
	width: 180px;
}

#searchSubmit {
	background: url(/images/interface/bg-button.jpg) top left repeat-x #E68927;
	border: 0;
	color: #fff;
	height: 24px;
	line-height: 22px;
	margin: 0;
	overflow: hidden;
	padding:0 3px 0 3px;
	text-transform: uppercase;
	vertical-align: middle;
}

#searchSubmit:hover {
	cursor: pointer;
}

#sidebar-cats {
	
	margin-left:5px;
}

/* brand */

#shopbyBrandTitle {
	font-size: 1em;
	letter-spacing: 1px;
	margin: 1em 0;
	padding: .5em 10px;
}

#shopByBrand {
	float: left;	
	padding: 3px 4px;
	width: 180px;
}

#brandSubmit {
	background: url(/images/interface/bg-button.jpg) top left repeat-x #E68927;
	border: 0;
	color: #fff;
	height: 2.2em;
	line-height: 2.2em;
	margin: 0 0 0 5px;
	overflow: hidden;
	padding: 0 4px 1px 4px;
	text-transform: uppercase;
	width:auto!important;
}

#brandSubmit:hover {
	
	cursor: pointer;
}

/* top-level navigation */

#navDeptTitle {
	font-size:16px;
	margin-bottom:5px;
	padding:5px;
}

#navDept,
#navDept li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navDept {
	margin-bottom:10px;
}

#navDept li {
	border-bottom:1px solid #eee;
	display: block;
	margin: 0 2px 0 0;
	position: relative;
}

#navDept li a {
	background: transparent;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	line-height:20px;
	display: block;
	padding: 5px;
}

#navDept li a:hover {
	color: #F2C493;
}

#navDept li a.selected {
	background: #fff;
	color: #818282;
}

#navDept li a:hover.selected {
	background: #fff;
	color: #818282;
}

/* navSub dropdown menu - shows only when tree nav is enabled in admin > design settings */

.navSub,
.navSub li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.navSub {
	display: none;
	position: relative;
	z-index: 9999;
}

#navDept li:hover .navSub {
	display: block;
	float: none;
	left: 0;
	top: 3.3em;
	position: absolute;
	width: 170px;
}

#navDept li:hover .navSub li {
	clear: left;
	display: block;
	float: none;
	position: relative;
}

#navDept li:hover .navSub li a {
	background: #4f7a9f;
	border-top: 0;
	display: block;
	width: 170px;
}

#navDept li .navSub a.selected {
	color: #cbd7e2;
}

#navDept li:hover .navSub li a:hover {
	background: #5a8bb6;
	color: #fff;
}

#navDept li:hover .navSub li .navSub {
	display: none;
	position: relative;
}

#navDept li:hover .navSub li:hover .navSub {
	display: block;
	float: none;
	top: 0;
	left: 194px;
	position: absolute;
	width: auto;
}

#navDept li:hover .navSub li:hover .navSub li .navSub {
	display: none;
	position: relative;
}

#navDept li:hover .navSub li:hover .navSub li:hover .navSub {
	display: block;
	float: none;
	top: 0;
	left: 194px;
	position: absolute;
	width: auto;
	}

/* customer tools */

#navToolsTitle {
	display: none;
}

#navTools,
#navTools li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navTools {
	background: url(/images/interface/nav-bg.jpg) top left no-repeat #A1CD73;
	font-size:14px;
	font-weight: bold;
	height:38px;
	padding-left:10px;
}

#navTools li {
	float: left;
	margin-top:4px;
}

#navTools li a {
	color: #fff;
	display:block;
	height:30px;
	line-height:30px;
	font-weight: bold;
	padding: 0 15px;
}

#navTools li a:hover,
#navTools li a.selected {
	background: url(/images/interface/nav-hover.jpg) top left repeat-x #A1CD73;
}

#navTools li a span {}

#nav1Search {
	float:right;
	padding: 3px 0 0 0;
	width:240px;
}

#nav1Search input {
	vertical-align:middle;
}

/* menu items */

.navStaticTitle {
	background: #f2f2f2;
	font-size: 1em;
	letter-spacing: 1px;
	margin: 1em 0 .5em 0;
	padding: .5em 10px;
	text-transform: uppercase;
}

.navStatic,
.navStatic li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.navStatic {
	margin-bottom: 1em;
}

.navStatic li a,
.navStatic li a:link,
.navStatic li a:visited,
.navStatic li a:active {
	background: url(../graphics/petrol/navStaticBg.gif) no-repeat 1em .9em;
	color: #777;
	display: block;
	width: 100%;	
}

.navStatic li a:hover {
	color: #111;
}

.navStatic li a span {
	display: block;
	padding: .5em 10px .5em 2.4em;
}
	
.sidebox {
	background: url(/images/interface/sidebox-bg.png) bottom left no-repeat;
}


/* newsletter signup */

#newsletterTitle {
	margin: 1em 0;
	padding: .5em 10px;
}

#newsletter label {
	display: none;
}

#newsletterEmail {
	background: #fff;
	border: 1px solid #eee;
	color:#999999;
	float: left;
	margin: 0;
	height: 22px;
	padding: 0 0 0 5px;
	line-height: 20px;
	width: 170px;
}

#newsletterSubmit {
	background: #ECDB60;
	border: 0;
	color: #fff;
	float: left;
	height: 24px;
	line-height: 22px;
	margin: 0;
	overflow: hidden;
	padding: 0 4px 1px 4px;
	text-transform: uppercase;
}

#newsletterSubmit:hover {
	background: #AB9F46;
	cursor: pointer;
}

/* menu items */

#recentlyViewedTitle {
	font-size:16px;
	margin-bottom:5px;
	padding:5px;
}

#recentlyViewed,
#recentlyViewed li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#recentlyViewed {
	margin-bottom: 1em;
}

#recentlyViewed li a,
#recentlyViewed li a:link,
#recentlyViewed li a:visited,
#recentlyViewed li a:active {
	background: url(../graphics/petrol/navStaticBg.gif) no-repeat 1em .9em;
	display: block;
	width: 100%;	
}

#recentlyViewed li a:hover {
	
}

#recentlyViewed li a span {
	display: block;
	padding: .5em 10px .5em 2.4em;
}


/* =MAIN
================================================= */

#main {
	
}

/* =CONTENT
================================================= */

#content {
}
	
#content #contactDetails {

}

#content #contactDetails address {
	margin: 0;
}

#content a {
	font-weight: bold;
}

#content ul,
#content ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content ul {	
	margin: 1em 0 2em 0;
}

#content ul li {
	list-style: disc;
	margin: .5em 0 .5em 2em;
}

p.buttonWrapper {
	height: 2em;
	line-height: 2em;
	margin: 1em 0;
}

p.buttonWrapper a:link,
p.buttonWrapper a:visited,
p.buttonWrapper a:active {
	background: #E68927;
	color: #fff;
	font-weight:normal!important;
	margin-right: .5em;
	padding: 5px 8px;
}

p.buttonWrapper a:hover {
	background: #F2C493;
}


/* =SUBDEPARTMENTS
================================================= */

#navSubDept,
#navSubDept li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navSubDept {
	background: #f2f2f2;
	color: #777;
	margin: 1em 0 2em 0;
	padding: 1em 10px;
	position: relative;
}

#navSubDept li {
	display: block;
	float: left;
	height: 2em;
	line-height: 2em;
	list-style: none;
	margin: 0 10px;
	width: 315px;
}

#navSubDept li a {
	background: url(../graphics/petrol/navStaticBg.gif) no-repeat 0 50%;
	color: #888;
	display: block;
	font-weight: normal;
	text-indent: 1em;
}

#navSubDept li a:hover,
#navSubDept li a.selected {
	color: #111;
}

/* =FORMS
================================================= */

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

legend {
	clear: left;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 2em;
}

fieldset h3 {
	margin: 1em 0;
}

.formField {
	background: #fff;
	border: 1px solid #d9d9d9;
	padding: 4px;
	width: 170px;
}

select.formSelect {
	background: #fff;
	border: 1px solid #d9d9d9;
	padding: 3px 4px;
	width: 170px;
}

select.formSelectMedium {
	background: #fff;
	border: 1px solid #ccc;
	margin-right: 5px;
	padding: 3px 4px;
	width: 90px;
}

.formFieldShort {
	background: #fff;
	border: 1px solid #ccc;
	margin-right: 5px;
	padding: 4px;
	width: 50px;
}

.formFieldMedium {
	background: #fff;
	border: 1px solid #ccc;
	margin-right: 5px;
	padding: 4px;
	width: 90px;
}

h3 .formRadio {
	margin: -.2em .5em 0 0;
}

p .formRadio {
	margin: -.2em .5em 0 0;
}
	
.formButton {
	background: #E68927;
	border: none;
	color: #fff;
	height: 2.2em;
	line-height: 2.2em;
	overflow: hidden;
	padding: 0 4px 2px 4px;
}

.formButton:hover {
	background: #F2C493;
	cursor: pointer;
}

label {
	margin: .5em 0;
}

label span {
	color: #a00;
	font-size: 110%;
	font-weight: bold;
}

input.formField:focus,
input.formFieldShort:focus,
input.formFieldMedium:focus,
textarea:focus,
.quantity:focus,
.formField.comments:focus	{
	background: #fff;
	border: 1px solid #aaa;
}

.formCheckbox,
.formRadio {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

p .formCheckbox {
	margin: -.4em .5em 0 0;
}

p .formRadio {
	margin: -.4em .5em 0 0;
}

/* content area forms (checkout, login, contact form etc.) */

#main label {
	display: block;
}

#main .formField,
#main .formFieldMedium {
	margin: 0 0 .8em 0;
	width: 280px;
}

#main select.formSelect,
#main select.formSelectMedium,
#main select.formSelectShort {
	margin: 0 0 .8em 0;
}

#productFinder select.formSelect {
	margin: 0 0 4px 0;
	width:140px;
}

#brand select {
	width:140px;
}

#content .formField,
#frmContact .formField {
	width: 310px;
}

#content .formFieldShort,
#frmContact .formFieldShort {
	margin: .2em 0 1em 0;
	width: 50px;
}

#content select.formSelect,
#frmContact select.formSelect {
	width: 228px;
}

#content select.formSelectMedium,
#frmContact select.formSelectMedium {
	margin-right: .8em;
	width: 80px;
}

#content .formButton,
#frmContact .formButton {
	float: left;
	margin-right: .5em;
}


/* =TABLES
================================================= */

table {
	border-collapse: collapse;
	border: 1px solid #e5e5e5;
	border-bottom: 0;
	line-height: 150%;
	margin: .5em 0 1em 0;
	width: 100%;
}

th {
	background: #f3f3f3;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	padding: 5px;
}

tr {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

td {
	background: #f9f9f9;
	border-bottom: 1px solid #e5e5e5;
	padding: 5px;
	vertical-align: top;
}

table .price {
	color: #5a8bb6;
	font-size: 1em;
	font-weight: bold;
}

th.first,
td.first {
	width: 25%;
}

td.qty {
	width: 100px;
}

th.remove {
	width: 75px;
}

th.product,
th.attributes {
	width: 30%
}

/* checkout form layout */

table.user,
table.user tr,
table.user td {
	background: none;
	border: none;
	padding: 0;
}

table.user {
	margin: 0;
}

table.user td {
	width: 50%;
}	

/* =PAGINATION
================================================= */

.pagination {
	background: #f2f2f2;
	clear: both;
	color: #777;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: .5em 10px .5em 5px;
}

.pagination p {
	margin: 0;
}

.pagination p.current {
	display: inline;
	float: right;
	line-height: 1em;
	margin: .5em 0;
}

.pagination p.summary {
	border-left: 1px solid #bbb;
	float: right;
	line-height: 1em;
	margin: .5em 0 .5em .6em;
	padding-left: .5em;
}

.pagination a,
.pagination a:link,
.pagination a:visited,
.pagination a:active {
	color: #666;
	display: block;
	float: left;
	font-weight: bold;
	margin-right: 2px;
	padding: .1em 6px;
}

.pagination a:hover {
	color: #111;
}

.pagination a.selected {
	background: #fff;
	color: #111;
}

.pagination.end {
	margin-top: 0;
}

/* =PRODUCT LISTS
================================================= */

/* product list */

.products,
.products li {
	list-style: none;
	margin: 0;
	padding: 0;
} 
	
.products li {
	background: #fff;
	border:1px solid #eee;
	margin: 0 0 1em 0;
	padding: 10px 10px 0 170px;
	position: relative;
}

.products li:hover {
	/*background: #f2f2f2;*/
}

.products li h3 {
	background: none;
	clear: left;
	height:60px;
	overflow:hidden;
}

.products li h3 a,
.products li h3 a:link,
.products li h3 a:visited,
.products li h3 a:active {
	
}

.products li h3 a:hover {
	
}

.products .image {
	display: inline;
	float: left;
	margin: 0 0 1em -158px;
	width: 146px;
}

.products .image a img {
	
}

.products .image a:hover img {
	
}

.products .addWishlist,
.products .addCompare {
	display: inline;
	margin: .5em 1em .5em 0;
}

.products .desc {
	line-height: 1.5em;
}

.products .rrp {
	color: #f00;
	display: inline;
	font-size: 12px;
	font-weight: bold;
}

.products .rrp span {
	color: #f00;
}

.products .onSale {
	background: url(/images/interface/bg-on-sale.png) top right no-repeat transparent;
	display: inline;
	color: #fff;
	font-size:0;
	font-weight: bold;
	height:60px;
	margin: 0;
	padding: 1.5em 1em .5em 1em;
	position: absolute;
	top: 50px;
	right: 10px;
	width:60px;
}

.products .price {
	color: #222;
	font-size: 12px;
	font-weight: bold;
}

.products .quantity {
	clear: both;
	margin: -3em 0 1em 0;
	text-align: right;
}

.products .actions {
	float: right;
	margin: .5em 0;
	text-align: right;
}

/* product grid */

.products.grid {
	margin-right: -10px;
	width: 710px;
}

.products.grid li {
	float: left;
	margin-right: 10px;
	min-height:305px;
	_height:305px;
	padding: 10px 10px 5px 10px;
	text-align:center;
	width: 200px;
}

.products.grid .image {
	float: none;
	margin: 1em 0;
}

.products.grid .addWishlist,
.products.grid .addCompare {
	border: 0;
	display: block;
	margin: .2em 0;
	padding: 0;
}

.products.grid .price {
	margin: .5em 0;
}

.products.grid .price span {
	display: block;
	margin: .5em 0;
}

.products.grid .actions {
	clear: both;
	float: none;
	margin: .5em 0;
	text-align: left;
}

/* sort by options / attributes header */

#productSort h3 {
	clear: both;
	font-size: 1em;
	letter-spacing: 1px;
	margin: 1em 0 0 0;
	text-transform: uppercase;
}
	
#productSort h3 a {
	color: #999;
	height: 2.7em;
	line-height: 2.7em;
	padding: .8em 10px;
}
	
#productSort h3 a:hover {
	color: #555;
}
	
#productSort h3 a.selected {
	background: #f2f2f2;
	color: #111;
}
	
#productSort h3 a span {
	color: #777;
	letter-spacing: normal;
	text-transform: none;
}

/* sort container */

#productSort #productSortOptions {
	background: #fafafa;
	margin: 0 0 1em 0;
	padding: .5em 10px;
}

/* sort options */

#productSort #productSortOptions .sortBlock {
	float: left;
	margin-right: 10px;
	width: 140px;
}

#productSort #productSortOptions .sortBlock .formSelect {
	width: 140px;
}

#productSort #productSortOptions .formButton {
	float: right;
	margin-top: 2.6em;
	padding: 0 5px 1px 5px;
}

/* sort by attributes */

#productSort h4 {
	margin: .8em 0 0 0;
	text-transform: none;
}

#productSort #productSortOptions dl,
#productSort #productSortOptions dl dt,
#productSort #productSortOptions dl dd {
	margin: 0;
	padding: 0;
}

#productSort #productSortOptions dl {
	margin: .5em 0;
	padding-left: 150px;
	position: relative;
}

#productSort #productSortOptions dl dt {
	clear: left;
	color: #555;
	float: left;
	font-weight: bold;
	margin-left: -150px;
	width: 140px;
}

#productSort #productSortOptions dl dd {
	color: #888;
	float: left;
	margin-right: 1em;
}


/* =PRODUCT DETAILS
================================================= */

/* product details */

#product {
	margin: 1em 0;
	}

/* image gallery */

#hideGalleryInput {
	display: none;
}

#product .image {	
	border:1px solid #eee;
	float: left;
	margin: 0 0 1em 0;
	width:220px;
}

#product .image p {
	margin: 1em 0;
	text-align:center;
}

#product .image ul,
#product .image ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#product .image ul {
	width: 370px;
}

#product .image ul li {
	display: inline;
}

#product .image ul li {
	margin: 0 3px 0 0;
}

#product .image ul li a img {
	border: 1px solid #eee;
	padding: 2px;
}

#product .image ul li a:hover img {
	border: 1px solid #ddd;
	padding: 2px;
}

/* product price & options */

#product .info {
	background-color: #fff;
	float: right;
	margin: 0 0 1em 0;
	padding: 1px 10px 10px 10px;
	position: relative;
	width: 450px;
}

#product .info .onSale {
	background: #c00;
	display: inline;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 1.5em 1em .5em 1em;
	position: absolute;
	top: -.5em;
	right: 10px;
}

#product .info .price {
	color: #111;
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 0 0 .5em 0;
}

#product .info .price span {
	color: #aaa;
	display: block;
}

#product .info .rrp {
	color: #cc0033;
	font-size: 12px;
	font-weight: bold;
}

#product .info .sku {
	
}

#product .info h3 {
	line-height: 2em;
	margin-bottom: -.5em;
}

#product .info label {
	float: left;
	margin: 5px .5em 0 0;
}

#product .info .formField {
	width: 270px;
}

#product .info .formButton {
	margin: .2em 0 0 0;
}

#product .info .formFieldShort,
#product .info .formButton {
	float: left;
	margin-right: 1em;
}

#product .info #addWishlist,
#product .info #addComparison {
	margin: .5em 0;
}

#product .actions {
	clear: both;
}


/* =ARTICLES
================================================= */

#articles ul,
#articles li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#articles ul {
	margin: 1em 0;
	}
#articles ul li {
	list-style: none;
	margin: 1em 0 .5em 0;
	}
#articles ul li a {
	color: #666;
	font-weight: bold;
	padding-top: .2em;
	}
	
#articles ul li a:hover {
	color: #111;
}
	
#pageAuthor {
	background: #f2f2f2;
	display:none;
	padding: .5em 10px;
}


/* =REVIEWS
================================================= */

/* star ratings */

.review {
	background: url(../graphics/petrol/ratings.gif) no-repeat 0 0;
	display: block;
	height: 12px;
	line-height: 12px;
	margin: 1em 0;
	padding-left: 80px;
	}
p.rating0 {
	background-position: 0 0;
	}
p.rating1 {
	background-position: 0 -12px;
	}
p.rating2 {
	background-position: 0 -24px;
	}
p.rating3 {
	background-position: 0 -36px;
	}
p.rating4 {
	background-position: 0 -48px;
	}
p.rating5 {
	background-position: 0 -60px;
	}
p.rating6 {
	background-position: 0 -72px;
	}
p.rating7 {
	background-position: 0 -84px;
	}
p.rating8 {
	background-position: 0 -96px;
	}
p.rating9 {
	background-position: 0 -108px;
	}
p.rating10 {
	background-position: 0 -120px;
	}

/* product page reviews */

#reviews {
	background: #f2f2f2;
	clear: both;
	margin: 1em 0;
	padding: 1px 10px;
	position: relative;
	}
#reviews h3 {
	margin-bottom: 0;
	margin-right: 160px;
	}
#reviews .review {
	float: right;
	margin-bottom: -1.3em;
	}
p.reviewAuthor {
	float: right;
	margin-top: 0;
	}
.reviewDate {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1em;
	padding-bottom: .5em;
	}
dl#reviewForm,
dl#reviewForm dt,
dl#reviewForm dd {
	margin: 0;
	padding: 0;
	}
dl#reviewForm dt {
	margin: .5em 0 .2em 0;
	}


/* =SEARCH RESULTS
================================================= */

#searchResults,
#searchResults li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#searchResults {
	margin: 1em 0;
}
	
#searchResults img {
	vertical-align: middle;
}	

	
#searchResults li {
	list-style: decimal;
	margin: 1em 0 1em 2.5em;
}

#searchResults h3 {}
#searchResults p {
	margin-top: -1em;
}

#searchResults span {
	background: #ccc;
	color: #fff;
	font-size: .9em;
	font-weight: normal;
	margin-left: .5em;
	padding: .2em .5em .15em .5em;
}

/* =MISC
================================================= */

/* site map */

#sitemap,
#sitemap ul,
#sitemap li {
	list-style: none;		
	margin: 0;
	padding: 0;
}
	
#sitemap {
	margin: 1em 0;
}

#sitemap li {
	margin: .5em 0;
}
	
#sitemap li h3 {
	margin: .2em 0;
}
	
#sitemap ul {
	padding-left: 20px;
}
	

/* shopping cart & checkout */

.module1 {
	float: left;
	margin: 0;
	width: 340px;
	display: inline;
}
	
.module2 {
	float: right;
	margin: 0 0 10px ;
	width: 340px;
	display: inline;
}
	
.module1 *:first-child,
.module2 *:first-child {
	margin-top: 0;
}
	
#cartContents {
	margin-bottom: 1em;
}
	
#cartContents td.productDetails {
	padding-left: 80px;
}
	
.cartProductImage {
	display: inline;
	float: left;
	margin: 0 0 0 -75px;
}
	
.cartProductImage a img {
	background: #fff;
	border: 1px solid #d5d5d5;
	padding: 2px;
	width: 60px;
}
	
.cartProductImage a:hover img {
	background: #eee;
	border: 1px solid #d5d5d5;
	padding: 2px;
}
	
a.removeItem {
	background: url(../graphics/petrol/removeItem.gif) no-repeat 0 50%;
	height: 16px;
	padding-left: 20px;
}

#cartStuff {
	float:left;
	width:350px;
}

	
#acceptedCards {
	float:left;
	width:300px;
}
	
#acceptedCards img {
	margin-right: .5em;
	}

/* cart totals */

#total {
	clear: both;
	margin: 0 10px 0 0;
	padding: 0;
}

#total dt {
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	line-height: 2.5em;
}

#total dd {
	line-height: 2.5em;
	margin-top: -2.6em;
	text-align: right;
}

#total .total {
	font-size: 1.2em;
}

.actions {
	clear: both;
	margin: 1em 0;
}

#cv2Image {
	float: left;
	margin: -.2em 0 0 1em;
}

/* checkout summary */

#checkout dl.cartSummary,
#checkout dl.cartSummary dt,
#checkout dl.cartSummary dd {
	margin: 0;
	padding: 0;
}

#checkout dl.cartSummary dt {
	clear: left;
	float: left;
	margin: 0;
	width: 40%;
}

#checkout dl.cartSummary dd {
	float: left;
	margin: 0;
	width: 59%;
}

.addGiftWrap {
	float: left;
	margin: -.5em 0 0 0;
}

.paymentGateway {
	background: #fff;
	border: 1px solid #ddd;
	float: left;
	display: block;
	margin: -.5em 1em 1em 0;
	padding: 3px;
}
/* FCS Websites styles 

Oto-Tech shop


blue 			#3C66AF
light blue		#9DB2D7
orange			#E68927
light orange	#F2C493
grey			#818282
light grey		#C0C0C0


*/


/* =FLOAT FIX
================================================= */

.inner:after,
#content:after,
.products:after,
.products li:after,
.pagination:after,
#product:after,
#total:after,
.module1:after,
.module2:after,
#search:after,
#advancedSearch:after,
#brand:after,
#newsletter:after,
#navSubDept:after,
#navSubDept li:after,
#productSortOptions:after,
dl:after,
dl dt:after,
dl dd:after,
form:after,
.billShipBlock:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.inner,
#content,
.products,
.products li,
.pagination,
#product,
#total,
.module1,
.module2,
#search,
#advancedSearch,
#brand,
#newsletter,
#navSubDept,
#navSubDept li,
#productSortOptions,
dl,
dl dt,
dl dd,
form,
.billShipBlock {
	display: inline-block;
	}
/* Hide from IE Mac \*/
.inner,
#content,
.products,
.products li,
.pagination,
#product,
#total,
.module1,
.module2,
#search,
#advancedSearch,
#brand,
#newsletter,
#navSubDept,
#navSubDept li,
#productSortOptions,
dl,
dl dt,
dl dd,
form,
.billShipBlock {
	display: block;
	}
/* End hide from IE Mac */