/*
Hopkins Towing Solutions
Style Sheet
by boomerank
*/


/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								BASICS
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/

* {
	padding:0;
	margin:0;
}

a img,
iframe {
	border:0;
}

html {
	background:#fff;
}

body {
	max-width:1200px;
	margin:0 auto;
	background:#fff;
	font:normal .625em/.625em Arial, sans-serif;
	color:#333;
	text-align:center;
}

/* home */
html.home,
html.home body {
	background:#000;
	position:relative;
}

td {
	vertical-align:top;
}

/* skiptocontent */
#skiptocontent {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}



/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								HEADER
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/

#header {
	height:117px;
	margin:0 auto;
	background:#000 url(/pic/header-back.jpg) no-repeat center top;
}

#header .container {
	width:960px;
	margin:0 auto;
}

/*----------------------------------------------------------------------
								LOGO
  ---------------------------------------------------------------------*/
#header .logo {
	float:left;
	padding:21px 0 22px 0;
}

/*----------------------------------------------------------------------
								SLOGAN
  ---------------------------------------------------------------------*/
#header .slogan {
	float:left;
	padding:28px 0 0 30px;
	font:bold 16px/16px Arial, sans-serif;
	color:#333;
}

/*=====================================================================
								RIGHT
  =====================================================================*/
#header .right {
	float:right;
	width:276px;
	margin-top:10px;
	text-align:right;
}

/*----------------------------------------------------------------------
								MENU
  ---------------------------------------------------------------------*/
#header .right p {
	margin-bottom:10px;
	font:bold 10px/10px Arial, sans-serif;
	color:#000;
}

#header .right p a {
	color:#000;
	text-decoration:none;
}
#header .right p a:hover {
	text-decoration:underline;
}

/*----------------------------------------------------------------------
								SEARCH
  ---------------------------------------------------------------------*/
#header form {}

#header form input {
	width:180px;
	height:20px;
	padding:4px;
	background:#fff;
	border-top:1px solid #b0b0b0;
	border-bottom:1px solid #d7d7d7;
	border-left:1px solid #9c9c9c;
	border-right:0;
	-moz-box-shadow:0 0 3px 0 #909193;
	-webkit-box-shadow:0 0 3px 0 #909193;
	box-shadow:0 0 3px 0 #909193;
	font:normal 12px/12px Arial, sans-serif;
	color:#333;
}

#header form input:-moz-placeholder {
	color:#58595b;
	font-style:italic;
}
#header form input::-webkit-input-placeholder {
	color:#58595b;
	font-style:italic;
}

#header form input.button {
	width:19px;
	height:19px;
	margin-left:1px;
	padding:4px 4px 5px 4px;
	border-right:1px solid #e8e8e8;
	vertical-align:top;
}

/*=====================================================================
								NAVIGATION
  =====================================================================*/
#navigation {
	clear:both;
	height:40px;
}

/*	oblikovanje seznama	 */
#navigation ul {}

#navigation ul li {
	position:relative;
	float:left;
	height:40px;
	padding:0 3px;
	list-style:none;
}

/*	oblikovanje linkov	*/
#navigation ul li a {
	display:block;
	height:21px;
	margin-top:5px;
	padding:14px 20px 0 8px;
	border-left:1px solid #fff;
	font:bold 13px/13px Arial, sans-serif;
	color:#fff;
	text-decoration:none;
}

#navigation ul li.home a {
	border:0;
}


/* selected */
#navigation ul li a.selected {
	background:#414042;
}

/* hover & active */
#navigation ul li.active a,
#navigation ul li a:hover {
	background:#fff;
	color:#000;
}

/*	get started	*/
#navigation ul li.help a {
	display:block;
	height:21px;
	margin-top:8px;
	padding:11px 16px 0 16px;
	background:#c52c32 url(/pic/navigation-help-back.gif) repeat-x left top;
	border:0;
	-moz-border-top-left-radius:5px;
	border-top-left-radius:5px;
	-moz-border-top-right-radius:5px;
	border-top-right-radius:5px;
	font:bold 13px/13px Arial, sans-serif;
	color:#fff;
	text-decoration:none;
}

/* warranty registration */
#navigation ul li.warranty {
	float: right;
}
#navigation ul li.warranty a {
	display:block;
	margin-top:8px;
	padding:11px 16px 0 16px;
	background:#fff;
	border:0;
	-moz-border-top-left-radius:5px;
	border-top-left-radius:5px;
	-moz-border-top-right-radius:5px;
	border-top-right-radius:5px;
	font:bold 13px/13px Arial, sans-serif;
	color:#333;
	text-decoration:none;
}

/*----------------------------------------------------------------------
								FLYOUT
  ---------------------------------------------------------------------*/
#navigation .menuOut {
	position:absolute;
	display:none;
	overflow:hidden;
	margin:0 0 0 -1px;
	padding:0 0 15px 20px;
	border-right:1px solid #555;
	border-bottom:1px solid #555;
	border-left:1px solid #555;
	background:#fff;
	z-index:15;
	text-align:left;
}

/* pri products je širši in ima črte za ozadje */
#navigation .wide {
	width:660px;
	background:#fff url(/pic/menuout-back.gif) repeat-y 220px top;
}

#navigation .menuOut a {
	display:inline;
	height:auto;
	padding:0;
}

#navigation .menuOut ul {
	float:left;
	width:200px;
	margin:0 20px 0 0;
	padding:0;
}

#navigation .menuOut ul li {
	float:none;
	height:auto;
	margin:0;
	padding:0;
}

#navigation .menuOut ul li h2 {
	margin:15px 0 0 0;
	padding:0;
	font:bold 14px/17px Arial, sans-serif;
	color:#1a76fd;
}

#navigation .menuOut ul li h2 a {
	font:bold 14px/17px Arial, sans-serif;
	color:#1a76fd;
	text-decoration:none;
}
#navigation .menuOut ul li h2 a.new {
	color:#d71722;
}
#navigation .menuOut ul li h2 a:hover {
	text-decoration:underline;
}

#navigation .menuOut ul li ul {
	float:none;
	width:auto;
	margin:0 0 0 15px;
	padding:0;
}

#navigation .menuOut ul li ul li {
	margin:5px 0 0 0;
	padding:0;
}

#navigation .menuOut ul li ul li a {
	font:normal 12px/15px Arial, sans-serif;
	color:#1a76fd;
	text-decoration:none;
}
#navigation .menuOut ul li ul li a:hover {
	text-decoration:underline;
}



/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								MAIN CONTENT
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/

/*	vsebina strani	*/
#main {
	clear:both;
	overflow:hidden;
	width:960px;
	margin:0 auto;
	text-align:left;
}

/*	glavna vsebina	*/
#content {
	overflow:hidden;
	width:760px;
	margin-left:200px;
	padding-bottom:10px;
	font-size:1.2em;
	line-height:1.5em;
}

/*	široka vsebina	*/
.wide #content {
	width:auto;
	margin-left:0;
}


/*=====================================================================
								BREADCRUMBS
  =====================================================================*/
#breadcrumbs {
	margin:2px auto 0 auto;
	background:#ddd;
}

#path {
	width:760px;
	margin:0 auto;
	padding:5px 0 5px 200px;
	font:normal 11px/14px Arial, sans-serif;
	color:#696969;
	text-align:left;
}

#path.wide {
	width:960px;
	padding-left:5px;
}

#path a {
	color:#1b76fc;
	text-decoration:none;
}
#path a:hover {
	text-decoration:underline;
}

#path span
{
	color:#1b76fc;
}


/*=====================================================================
									COMMON
  =====================================================================*/
/* odstavek */
#content p {
	margin:0 0 10px 0;
}

/* links */
#content a {
	color:#1b76fc;
	text-decoration:underline;
}
#content a:hover {
	text-decoration:none;
}

/* bullets & numbering */
#content ul {
	margin:0 10px 10px 20px;
	padding:0;
	list-style:disc;
}

#content ul li {
	margin:5px 0 0 0;
	padding:0;
	line-height:1.2em;
}

#content ol {
	margin:0 0 10px 25px;
	padding:0;
}

#content ol li {
	margin:5px 0 0 0;
	padding:0;
}

#content .off {
	display: none;
}

/*----------------------------------------------------------------------
								TITLES
  ---------------------------------------------------------------------*/
#content h1 {
	margin:12px 0 12px 0;
	padding:0;
	font:bold 1.6em/1.2em Arial, sans-serif;
	color:#262626;
}

#content h2 {
	margin:15px 0 6px 0;
	padding:0;
	font:bold 1.3em/1.2em Arial, sans-serif;
	color:#1b76fc;
}
#content h2 a {
	color:#1b76fc;
	text-decoration:none;
}
#content h2 a:hover {
	text-decoration:underline;
}

#content h3 {
	margin:0 0 4px 0;
	padding:0;
	font:bold 1.1em/1em Arial, sans-serif;
	color:#333;
}
#content h3 a {
	color:#333;
	text-decoration:none;
}
#content h3 a:hover {
	text-decoration:underline;
}

/* razultati iskanja pri guidih */
#content h4 {
	margin:15px 0 5px 0;
	padding:0;
	font:bold 1.2em/1em Arial, sans-serif;
}

#content h4 span {
	font-size:1.3em;
}

/* naslov pod prvimi produkti (see other) */
#content h5 {
	margin:5px 0;
	background:#0d3692;
	padding:4px 8px;
	font:normal 1.2em/1em Arial, sans-serif;
	color: #fff;
}

/*----------------------------------------------------------------------
							CMS - SPECIAL
  ---------------------------------------------------------------------*/

/* velik tekst na podstraneh */
#content .textLarge {
	font-size:1.3em;
	font-weight:bold;
}

#content .textExtraLarge {
	font-size:1.6em;
	font-weight:bold;
}

/* link */
#content a.linkReverse {
	color:#1b76fc;
	text-decoration:none;
}

#content a.linkReverse:hover {
	text-decoration:underline;
}

/* sup */
#content sup {
	font-family:Helvetica;
	font-weight:normal;
}

/* INFO polje */
#content .info {
	margin:0 0 10px 0;
	padding:5px 5px 0 5px;
	border:1px dashed #4d4d4d;
}

#content .info p {
	margin: 0 0 5px 0;
}

/* napaka */
#content .error,
#content .error a
{
	color:#e33000;
}

/* napaka */
#content .divLine
{
	overflow:hidden;
}


/*=====================================================================
								HOME
  =====================================================================*/

/*----------------------------------------------------------------------
								HOMEBANNER
  ---------------------------------------------------------------------*/
#homebanner {
	position:absolute;
	width:1200px;
	left:0;
	top:117px;
}

.flexslider ul li {
	height:580px;
}

.flexslider ul li h1 {
	position:absolute;
    text-indent:-9999px;
}

.flexslider ul li a {
	display:block;
	width:760px;
	height:360px;
	margin:15px 0 0 320px;
	text-decoration:none;
}

/*----------------------------------------------------------------------
								GUIDES
  ---------------------------------------------------------------------*/
#content p.pHomeGuide {
	position:relative;
	margin:0 0 5px -6px;
}

#content p.pHomeGuide img {
	margin-left:8px;
}

/*----------------------------------------------------------------------
								BOTTOM TABLE
  ---------------------------------------------------------------------*/
#content table.tableHome {
	position:relative;
	width:960px;
}

/* left */
#content td.tableHomeLeft {
	width:205px;
	vertical-align:top;
}

/* center */
#content td.tableHomeCenter {
	width:540px;
	background:#fff url(/pic/tdhome-back.gif) repeat-x left bottom;
	border:1px solid #ddd;
	-moz-border-radius:3px;
	border-radius:3px;
	vertical-align:top;
}

/* right */
#content td.tableHomeRight {
	width:215px;
	text-align:right;
	vertical-align:top;
}

#content td.tableHomeRight p {
	margin:0 0 4px 0;
	padding:0;
}

/*----------------------------------------------------------------------
								SLIDER
  ---------------------------------------------------------------------*/
#content #homeSlider {
	position:relative;
}

#content #homeSlider ul {
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}

#content #homeSlider ul li {
	position:relative;
	display:block;
	float:left;
	width:156px;
	min-height:230px;
	margin:0;
	padding:0 12px 10px 12px;
}
#content #homeSlider ul li:hover {
	background:#fff;
}

/* naziv */
#content #homeSlider ul li h2 {
	height:40px;
	margin:10px 0 0 0;
	padding:0;
	font:bold 14px/16px Arial, sans-serif;
	color:#1b76fc;
}

#content #homeSlider ul li h2 a {
	color:#1b76fc;
	text-decoration:none;
}
#content #homeSlider ul li h2 a:hover {
	text-decoration:underline;
}

/* text */
#content #homeSlider ul li p {
	margin:3px 0 0 0;
	padding:0;
	font:normal 12px/15px Arial, sans-serif;
	color:#333;
}

#content #homeSlider a.prev {
	position:absolute;
	left:0;
	top:60px;
	width:40px;
	height:70px;
	background:url(/pic/slider-left.png) no-repeat left center;
	text-decoration:none;
	z-index:10;
}

#content #homeSlider a.next {
	position:absolute;
	top:60px;
	left:500px;
	width:40px;
	height:70px;
	background:url(/pic/slider-right.png) no-repeat right center;
	text-decoration:none;
	z-index:10;
}

#content #homeSlider a.disabled {
	background:none;
	cursor:default;
}


/*=====================================================================
							LET US HELP YOU
  =====================================================================*/

#content h1.help {
	margin:12px 0 0 0;
	padding:10px 20px;
	background:#d71920;
	font:bold 1.6em/1.2em Arial, sans-serif;
	color:#fff;
}

#content div.help {
	position:relative;
	overflow:hidden;
	background:url(/pic/help-back.jpg) no-repeat left top;
	border-left:1px solid #d8d8d8;
	border-right:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
}

#content div.help ul.select {
	margin:0;
	overflow: hidden;
	padding:0;
	list-style:none;
}

#content div.help ul.select li {
	margin:0 29px 0 0;
	padding:10px;
}
#content div.help ul.select li:hover {
	background:#d5d5d5;
	-moz-border-radius:2px;
	border-radius:2px;
}

#content div.help ul.select li img {
	float:left;
}

#content div.help ul.select li label {
	font:normal 12px/16px Arial, sans-serif;
	color:#9f9f9f;
}
#content div.help ul.select li:hover label {
	color:#000;
}

/* custom radio */
#content div.help ul.select li:not(#foo) > input[type='radio'] {
	opacity:0;
	float:left;
	width:21px;
}

#content div.help ul.select li:not(#foo) > input[type='radio'] + label {
	margin:0;
	clear:none;
	padding:4px 0 5px 30px;
	cursor:pointer;
	background:url(/pic/radio.gif) no-repeat left 3px;
}

#content div.help ul.select li:not(#foo) > input[type='radio']:checked + label {
	background:url(/pic/radio-on.gif) no-repeat left 0;
	color:#000;
}

/* columns */
#content div.help ul.select.columns li {
	box-sizing: border-box;
	float: left;
	margin:0;
	padding:10px;
}

/* 2 columns with numbers */
#content div.help ul.select.columns.two li {
	width: 50%;
}
#content div.help ul.select.columns.two li:not(#foo) > input[type='radio'] + label {
	padding-left: 40px;
	position: relative;
}
#content div.help ul.select.columns.two li label span {
	background: #d71920;
	border: 1px solid #010000;
	color: #fff;
	display: block;
	left: 0;
	line-height: 28px;
	text-align: center;
	top: -3px;
	width: 28px;
	position: absolute;
}
#content div.help ul.select.columns.two li:not(#foo) > input[type='radio']:checked + label {
	background: none;
}
#content div.help ul.select.columns.two li:not(#foo) > input[type='radio']:checked + label span {
	background: #010000;
}

/* 3 columns with images */
#content div.help ul.select.columns.three li {
	width: 33.3%;
}
#content div.help ul.select.columns.three li:not(#foo) > input[type='radio'] + label {
	background:url(/pic/radio.gif) no-repeat left 10px;
}
#content div.help ul.select.columns.three li:not(#foo) > input[type='radio']:checked + label {
	background:url(/pic/radio-on.gif) no-repeat left 0;
	color:#000;
}
#content div.help ul.select.columns.three li label span {
	display: inline-block;
	text-align: center;
}
#content div.help ul.select.columns.three li img {
	display: block;
	float: none;
	margin: 0 auto 2px auto;
}

#content div.help p.diagram {
	margin-right: 40px;
	text-align: center;
}

/*----------------------------------------------------------------------
								LEFT
  ---------------------------------------------------------------------*/
#content div.help #formSituation {
	float:left;
	width:320px;
	padding-bottom:10px;
}

#content div.help h2.help {
	margin:35px 30px 10px 10px;
	padding:0 0 15px 5px;
	border-bottom:1px solid #d8d8d8;
	font:bold 18px/18px Arial, sans-serif;
	color:#d71920;
}

#content div.help #formSituation ul.select li img {
	padding-top:7px;
}

#content div.help #formSituation ul.select li:not(#foo) > input[type='radio'] + label {
	padding:4px 0 5px 110px;
	background:url(/pic/radio.gif) no-repeat 80px 3px;
}

#content div.help #formSituation ul.select li:not(#foo) > input[type='radio']:checked + label {
	background:url(/pic/radio-on.gif) no-repeat 80px 0;
}

/*----------------------------------------------------------------------
								RIGHT
  ---------------------------------------------------------------------*/
#content div.helpMain {
	margin-left:320px;
	padding-bottom:100px;
}

#content div.helpMain p.icon {
	margin:7px 20px 3px 0;
	padding:0;
	text-align:center;
}

#content div.helpMain h3.help {
	margin:0 20px 25px 0;
	padding:0 0 15px 0;
	border-bottom:1px solid #d8d8d8;
	font:bold 18px/18px Arial, sans-serif;
	color:#010000;
	text-align:center;
}

#content div.helpMain h3.title {
	margin: 0 0 15px 10px;
	padding:0;
	font:bold 16px/16px Arial, sans-serif;
	color:#010000;
}

#content div.helpMain h4.help {
	margin:0 0 20px 10px;
	padding:0;
	font:normal 13px/13px Arial, sans-serif;
	color:#d71920;
}
#content div.helpMain h4.help span.item {
	color: #010000;
	font: bold 13px/13px Arial, sans-serif;
}
#content div.helpMain h4.help span.item span {
	background: #d71920;
	border: 1px solid #010000;
	color: #fff;
	display: inline-block;
	font: bold 13px/13px Arial, sans-serif;
	line-height: 26px;
	margin: 0 5px 0 6px;
	text-align: center;
	width: 26px;
}

#content div.helpMain ul.select {
	margin:0 20px;
}

#content div.helpMain p.result {
	margin:0 20px 25px 20px;
	font:bold 14px/18px Arial, sans-serif;
}

/* see page */
#content div.helpMain p.result a {
	margin:0 0 0 6px;
	padding:5px 22px 5px 10px;
	background:#f6f6f6 url(/pic/help-arrow-right-on.gif) no-repeat center right;
	border:1px solid #dbdbdb;
	font:normal 12px/12px Arial, sans-serif;
	color:#d71920;
	text-decoration:none;
}

/* footer */
#content div.helpFooter {
	position:absolute;
	bottom:0;
	left:320px;
	width:620px;
	height:80px;
	border-top:1px solid #d8d8d8;
}

/* back */
#content div.helpFooter a.back {
	display:block;
	position:absolute;
	left:0;
	bottom:20px;
	margin:0;
	padding:10px 12px 10px 20px;
	background:#f6f6f6 url(/pic/help-arrow-left-on.gif) no-repeat center left;
	border:1px solid #dbdbdb;
	font:normal 12px/12px Arial, sans-serif;
	color:#d71920;
	text-decoration:none;
}

/* next */
#content div.helpMain button.next {
	position:absolute;
	left:430px;
	bottom:20px;
	margin:0;
	padding:9px 23px 9px 10px;
	background:#f6f6f6 url(/pic/help-arrow-right-on.gif) no-repeat center right;
	border:1px solid #dbdbdb;
	font:normal 12px/12px Arial, sans-serif;
	color:#d71920;
	cursor:pointer;
	z-index:10;
}

#content div.helpMain button.next[disabled] {
	background:#f6f6f6 url(/pic/help-arrow-right.gif) no-repeat center right;
	color:#9f9f9f;
	cursor:default;
}

/* split */
#content div.helpMain form.split {
	overflow:hidden;
	margin-right:-20px;
}

/* half */
#content div.helpMain div.half {
	float:left;
	width:300px;
	margin-right:20px;
}

/* slike 50px */
#content div.help form.image ul.select li img {
	vertical-align:middle;
}

#content div.help form.image ul.select li:not(#foo) > input[type='radio'] + label {
	height:31px;
	padding:14px 0 5px 90px;
	background:url(/pic/radio.gif) no-repeat 60px 13px;
}

#content div.help form.image ul.select li:not(#foo) > input[type='radio']:checked + label {
	background:url(/pic/radio-on.gif) no-repeat 60px 10px;
}

/* inner */
#content div.helpMain div.helpInner {
	margin:0 20px;
}

/* product list with filters */
#content div.helpMain .sort {
	margin-left: -10px;
}
#content div.helpMain .sort.narrow {
	box-sizing: border-box;
	width:360px;
}
#content div.helpMain ul.productList.narrow {
	box-sizing: border-box;
	width:360px;
}


/*=====================================================================
								GUIDES
  =====================================================================*/
#content form.guide {
	width:508px;
	margin:0 0 10px 0;
	padding:10px;
	border:1px solid #c1c1c1;
	-moz-border-radius:2px;
	border-radius:2px;
}

#content form.guide h2 {
	margin:0 0 10px 0;
	padding:0;
	font:bold 1.4em/1.4em Arial, sans-serif;
	color:#1b76fc;
}
#content form.guide h2.loading {
	padding-left:22px;
	background:url(/pic/icon-loading.gif) no-repeat left center;
}

#content form.guide select {
	width:220px;
	margin:0 0 10px 0;
	padding:4px;
	border:1px solid #c1c1c1;
	font-family:Arial, sans-serif;
	font-size:1.2em;
	color:#333;
}

#content form.guide select.short {
	width:100px;
}

#content .adapter select {
	vertical-align:top;
}


/*=====================================================================
								AREA LIST
  =====================================================================*/

#content ul.areaList {
	margin:15px 0 15px 0;
	padding:0;
}

#content ul.areaList li {
	margin:6px 0 0 0;
	padding:0;
	color:#919191;
	list-style:none;
}

#content ul.areaList li a {
	color:#333;
	text-decoration:none;
}
#content ul.areaList li a:hover {
	text-decoration:underline;
}


/*=====================================================================
								CATEGORY
  =====================================================================*/
/*----------------------------------------------------------------------
								BANNER
  ---------------------------------------------------------------------*/
#content ul.ulCategoryBanner {
	overflow:hidden;
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
	-moz-border-radius:3px;
	border-radius:3px;
}

#content ul.blue {
	background:#0073ce url(/pic/category-back-blue.jpg) no-repeat left bottom;
}

#content ul.green {
	background:#67c013 url(/pic/category-back-green.jpg) no-repeat left bottom;
}

#content ul.grey {
	background:#58595b url(/pic/category-back-grey.jpg) no-repeat left bottom;
}

#content ul.red {
	background:#ef4536 url(/pic/category-back-red.jpg) no-repeat left bottom;
}

#content ul.ulCategoryBanner li {
	position:relative;
	display:block;
	float:left;
	width:140px;
	margin:0;
	padding:5px 6px 8px 6px;
}

/* text */
#content ul.ulCategoryBanner li p {
	margin:0 5px;
	padding:0;
	font:normal 11px/13px Arial, sans-serif;
	color:#fff;
	text-align:center;
}

/* slika */
#content ul.ulCategoryBanner li p.image {
	margin:0 0 8px 0;
	padding:0;
}

/*----------------------------------------------------------------------
								SINGLE
  ---------------------------------------------------------------------*/
#content div.divCategorySingle {
	overflow:hidden;
	margin:0 0 10px 0;
	padding:0;
	-moz-border-radius:3px;
	border-radius:3px;
}

#content div.green {
	background:#48b547 url(/pic/category-single-back-green.jpg) repeat-x left bottom;
}

#content div.grey {
	background:#58595b url(/pic/category-single-back-grey.jpg) repeat-x left bottom;
}

#content div.orange {
	background:#f48c00 url(/pic/category-single-back-orange.jpg) repeat-x left bottom;
}

#content div.red {
	background:#fa0000 url(/pic/category-single-back-red.jpg) repeat-x left bottom;
}

/* naslov */
#content div.divCategorySingle h2 {
	width:420px;
	margin:25px 0 10px 40px;
	padding:0;
	font:normal 28px/28px Arial, sans-serif;
	color:#fff;
}

/* text */
#content div.divCategorySingle p {
	width:420px;
	margin:0 0 0 40px;
	padding:0;
	font:normal 13px/18px Arial, sans-serif;
	color:#fff;
}

/* slika */
#content div.divCategorySingle p.image {
	float:right;
	width:auto;
	margin:0;
}


/*=====================================================================
								PRODUCT LIST
  =====================================================================*/

/*----------------------------------------------------------------------
								SORT
  ---------------------------------------------------------------------*/
#content .sort {
	width:508px;
	margin:0 0 10px 0;
	padding:5px 10px 5px 10px;
	border:1px solid #ededed;
}

/* napis */
#content .sort p {
	margin:0;
	padding:0;
}

/* pager */
#content .pagerProduct {
	float:right;
}

#content .pagerProduct a {
	margin:0 1px;
	text-decoration:underline;
}
#content .pagerProduct a:hover {
	text-decoration:none;
}

#content .pagerProduct span {
	margin:0 1px;
	color:#333;
	font-weight:bold;
}

/* prejsnja & naslednja */
#content .pagerProduct a.side {
	margin:0 1px;
	padding:1px 4px;
	background:#f3f3f3;
	border:1px solid #cacaca;
	-moz-border-radius:4px;
	border-radius:4px;
	text-decoration:underline;
}

#content .pagerProduct a.side:hover {
	text-decoration:none;
}

/*----------------------------------------------------------------------
							LIST
  ---------------------------------------------------------------------*/
#content ul.productList {
	overflow:hidden;
	width:540px;
	margin:0 -10px 0 0;
	padding:0;
}

#content ul.productList li {
	position:relative;
	float:left;
	width:150px;
	margin:10px 10px 20px 0;
	padding:10px 10px 15px 10px;
	border-bottom:1px solid #e3e3e3;
	list-style:none;
	text-align:center;
}

/* quick view */
#content ul.productList li span.quickView {
	visibility:hidden;
	position:absolute;
	left:45px;
	top:0;
	width:80px;
	padding:5px 0;
	background:#ddd;
	-moz-border-radius:5px;
	border-radius:5px;
	font:normal 12px/12px Arial, sans-serif;
}
#content ul.productList li a:hover span.quickView {
	visibility:visible;
}

/* image */
#content ul.productList li span.image {
	display: table-cell;
	height: 150px;
	vertical-align: middle;
}

/* new */
#content ul.productList li .labelNew {
	position:absolute;
	left:10px;
	top:145px;
}

/* code */
#content ul.productList li p {
	margin:5px 0 0 0;
	padding:0;
	font:bold 14px/17px Arial, sans-serif;
	color:#333;
	text-align:left;
}

/* naziv */
#content ul.productList li h2 {
	margin:0;
	padding:0;
	font:bold 14px/17px Arial, sans-serif;
	color:#1b76fc;
	text-align:left;
}

#content ul.productList li h2 a {
	color:#1b76fc;
	text-decoration:none;
}
#content ul.productList li h2 a:hover {
	text-decoration:underline;
}

/* note pri guidig */
#content ul.productList li p.note {
	margin:5px 0 0 0;
	padding:0;
	font:normal 12px/15px Arial, sans-serif;
	color:#d71a21;
	text-align:left;
}


/*=====================================================================
								QUICK VIEW
  =====================================================================*/
#quickview {
	overflow:hidden;
	width:620px;
	text-align:left;
}

/*----------------------------------------------------------------------
								TEXT
  ---------------------------------------------------------------------*/
#quickview .text {
	float:left;
	width:280px;
}

/* new */
#quickview .text .labelNew {
	margin-bottom:2px;
}

/* new */
#quickview .text .labelEndurance {
	margin-bottom:5px;
}

#quickview .text h1 {
	margin:0 0 10px 0;
	padding:0;
	font:bold 16px/20px Arial, sans-serif;
	color:#1b76fc;
}

#quickview .text h1 span {
	color:#262626;
}

#quickview .text .description {
	font:normal 12px/16px Arial, sans-serif;
	color:#333;
}

#quickview .text .description p {
	margin:0 0 10px 0;
	padding:0;
}

/* bullets & numbering */
#quickview .text .description ul {
	margin:0 10px 10px 20px;
	padding:0;
}

#quickview .text .description ul li {
	margin:5px 0 0 0;
	padding:0;
	line-height:1.2em;
	list-style:disc;
}

/*----------------------------------------------------------------------
								IMAGE
  ---------------------------------------------------------------------*/
#quickview .image {
	width:320px;
	margin-left:300px;
}

/*----------------------------------------------------------------------
								DETAILS
  ---------------------------------------------------------------------*/
#quickview .details {
	clear:both;
	margin:0;
	padding:0;
	font:bold 18px/18px Arial, sans-serif;
	text-align:right;
}

#quickview .details a {
	color:#1b76fc;
	text-decoration:none;
}
#quickview .details a:hover {
	text-decoration:underline;
}


/*=====================================================================
								PRODUCT
  =====================================================================*/
#content .product {
	overflow:hidden;
	margin-top:20px;
}

/*----------------------------------------------------------------------
								TEXT
  ---------------------------------------------------------------------*/
#content .product .text {
	float:left;
	width:400px;
	margin-right:20px;
}

/* endurance */
#content .product .text .labelEndurance {
	margin:40px 10px -30px 0;
}

/* new */
#content .product .text .labelNew {
	margin:40px 0 -35px 0;
}

#content .product .text h1 {
	margin:40px 0 12px 0;
}

#content .product .text .review {
	margin:-5px 0 0 0;
}
#content .product .text .review a {
	color:#333;
}

#content .product .text .share {
	margin:20px 0 0 0;
	height:40px;
}

#content .product .text .instructions {
	margin:0;
}

#content .product .text .instructions a {
	color:#333;
	text-decoration:none;
}
#content .product .text .instructions a:hover {
	text-decoration:underline;
}

#content .product .text .description {
	margin:20px 0 10px 0;
}

/*----------------------------------------------------------------------
								IMAGE
  ---------------------------------------------------------------------*/
#content .product .image {
	float:left;
	width:320px;
}

#content .product .image img {
	vertical-align:top;
}

/*----------------------------------------------------------------------
								ADDITIONAL
  ---------------------------------------------------------------------*/
#content .product .additional {
	float:right;
	width:200px;
}

#content .product .additional p {
	margin:0 0 10px 0;
	font:bold 11px/14px Arial, sans-serif;
	color:#333;
}

#content .product .additional img {
	margin:0 2px;
	border:1px solid #f1f1f1;
}

#content .product .additional p.click {
	margin-top:10px;
	padding-top:3px;
	border-top:1px solid #ddd;
	font:normal 11px/14px Arial, sans-serif;
	color:#9b9b9b;
}

#content .product .additional p.video {
	position:relative;
	width:120px;
	margin:0 0 10px 0;
	font:normal 11px/13px Arial, sans-serif;
	color:#a2a2a2;
}

#content .product  .additional p.video img {
	margin:0 0 2px 0;
	padding:0 0 4px 0;
	border:0;
	border-bottom:1px solid #ddd;
}

#content .product  .additional p.video img.play {
	position:absolute;
	top:21px;
	left:36px;
	margin:0;
	padding:0;
	border:0;
}

#content .product .additional p.video a {
	color:#a2a2a2;
	text-decoration:none;
}

/*----------------------------------------------------------------------
								FITS VEHICLES
  ---------------------------------------------------------------------*/
#content h4.fitsVehicles {
	width:720px;
	margin:10px 0 5px 0;
	padding:8px 10px;
	background:#000;
	font:bold 14px/14px Arial, sans-serif;
	color:#fff;
}

#content div.fitsVehicles {
	float:left;
	width:170px;
	margin:0 7px 10px 8px;
}

#content div.fitsVehicles h5 {
	margin:0;
	padding:5px 5px;
	background:#ddd;
	font:bold 11px/11px Arial, sans-serif;
	color:#000;
}

#content div.fitsVehicles ul.fitsVehiclesList {
	margin:0 0 10px 0;
	padding:0;
	font:normal 11px/11px Arial, sans-serif;
	color:#333;
}

#content div.fitsVehicles ul.fitsVehiclesList li {
	overflow:hidden;
	margin:0;
	padding:4px 5px;
	border-bottom:1px solid #ddd;
	list-style:none;
}

#content div.fitsVehicles ul.fitsVehiclesList li span {
	display:block;
	float:left;
	width:100px;
}

/*----------------------------------------------------------------------
							CROSS
  ---------------------------------------------------------------------*/
#content #cross {
	position:relative;
	clear:both;
	margin:20px 0 0 0;
	padding:10px 0 5px 35px;
	background:#fff url(/pic/cross-back.gif) repeat-x left bottom;
	border:1px solid #ddd;
	-moz-border-radius:3px;
	border-radius:3px;
}

#content #cross p {
	margin:0 0 10px -15px;
	font:bold 11px/11px Arial, sans-serif;
}

#content #cross ul {
	overflow:hidden;
	margin:0;
	padding:0;
}

#content #cross ul li {
	position:relative;
	float:left;
	width:178px;
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}

/* slika */
#content #cross ul li a {
	display:block;
	margin-bottom:10px;
	border-left:1px solid #ddd;
}

/* image */
#content #cross ul li span.image {
	display: table-cell;
	height: 150px;
	vertical-align: middle;
}

/* new */
#content #cross ul li .labelNew {
	position:absolute;
	left:10px;
	top:130px;
}

/* naziv */
#content #cross ul li h2 {
	height:45px;
	margin:0 10px;
	padding:0;
	font:normal 11px/14px Arial, sans-serif;
	color:#333;
}

#content #cross ul li h2 a {
	margin-bottom:0;
	border:0;
	color:#333;
	text-decoration:none;
}
#content #cross ul li h2 a:hover {
	text-decoration:underline;
}

#content #cross a.prev {
	position:absolute;
	left:0;
	top:30px;
	width:40px;
	height:150px;
	background:#fff url(/pic/slider-left.png) no-repeat left center;
	text-decoration:none;
	z-index:10;
}

#content #cross a.next {
	position:absolute;
	top:30px;
	left:918px;
	width:40px;
	height:150px;
	background:#fff url(/pic/slider-right.png) no-repeat right center;
	text-decoration:none;
	z-index:10;
}

#content #cross a.disabled {
	background:#fff;
	cursor:default;
}

/*----------------------------------------------------------------------
								REVIEW
  ---------------------------------------------------------------------*/
#content .reviewList {
	float:left;
	width:460px;
}

#content .reviewList h2 {
	font:bold 1.4em/1.6em Arial, sans-serif;
	color:#333;
}

/* title */
#content .reviewList .title {
	margin:0 0 2px 0;
	padding:0;
	font:bold 1.2em/1.4em Arial, sans-serif;
	color:#1b76fc;
}

/* name */
#content .reviewList .name {
	margin:0 0 5px 0;
	padding:0;
}

/* rate */
#content .reviewList .rate {
	overflow:hidden;
	height:25px;
}

#content .reviewList .rate div.option {
	float:left;
	padding-right:10px;
}

#content .reviewList .rate div span {
	float:left;
	padding-right:3px;
}

/* review */
#content .reviewList .review{
	margin:0 0 20px 0;
	padding:0;
}

#content .reviewNew {
	width:460px;
	margin-left:500px;
}

#content .reviewNew h2 {
	font:bold 1.3em/1.5em Arial, sans-serif;
	color:#333;
}

#content .reviewNew h2.button {
	background:#fff url(/pic/cross-back.gif) repeat-x left top;
	border:1px solid #ddd;
	-moz-border-radius:3px;
	border-radius:3px;
	color:#686262;
	cursor: pointer;
	font-family: Arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5em;
	margin: 20px 0 10px 0;
	padding: 8px 10px;
}
#content .reviewNew h2.button span {
	background: url(/pic/button-arrow-right.png) no-repeat right center;
	display: block;
}
#content .reviewNew h2.button:hover {
	background:#e6e6e6;
	color:#333;
}

/* selected */
#content .reviewNew h2.button.selected {
	background:#e6e6e6;
	color:#333;
}
#content .reviewNew h2.button.selected span {
	background: url(/pic/button-arrow-down.png) no-repeat right center;
}

#content .reviewNew span.rateTitle {
	float:left;
	width:60px;
}

#content .reviewNew p.error {
	color:#e33000;
}

#content .reviewNew #formContact {
	float:none;
	width:auto;
	margin-right:0;
}


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

/*----------------------------------------------------------------------
								RESULTS
  ---------------------------------------------------------------------*/
#content .searchResults {
	margin:10px 0 10px 0;
	padding:8px 0 0 0;
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}

#content .searchResults p a {
	font-size:1.3em;
}

#content .searchResults p span {
	font-size:0.95em;
	color:#58595b;
}

/*----------------------------------------------------------------------
								PAGER
  ---------------------------------------------------------------------*/
#content .pager {
	margin:0;
	padding:0 0 15px 0;
	text-align:center;
}

#content .pager a {
	margin:0 3px;
	padding:4px 7px;
	background:#ddd;
	border:1px solid #ccc;
	text-decoration:none;
}

#content .pager a:hover {
	background:#fff;
}

#content .pager span {
	margin:0 3px;
	padding:4px 4px;
	background:none;
	border:none;
	color:#333;
	font-weight:bold;
}

/* prejsnja & naslednja */
#content .pager a.side {
	margin:0 3px;
	padding:0;
	background:none;
	border:0;
	text-decoration:underline;
}

#content .pager a.side:hover {
	text-decoration:none;
}


/*=====================================================================
								SITEMAP
  =====================================================================*/
#sitemapArea {
	float: left;
	width: 280px;
	margin-right: 50px;
}

#sitemapArea ul {
	margin: 0 0 15px 0;
	padding: 0;
}

/* default za strani */
#sitemapArea ul li {
	margin: 0;
	padding: 0;
	list-style: square;
	color: #000;
}

#sitemapArea li a {
	color: #000;
}

/* I. nivo */
#sitemapArea li.area_1 {
	margin: 15px 0 0 0;
	padding: 3px;
	list-style: none;
	font-weight: bold;
	font-size: 1.3em;
	background: #0d3692;
	color: #ffe800;
}

#sitemapArea li.area_1 a {
	color: #ffe800;
	text-decoration: none;
}

#sitemapArea li.page_1 {
	margin: 2px 0 4px 15px;
}

/* II. nivo */
#sitemapArea li.area_2 {
	margin: 6px 0 0 15px;
	list-style: disc;
	font-weight: bold;
	font-size: 1.3em;
	color: #0d3692;
}

#sitemapArea li.area_2 a {
	color: #0d3692;	
	text-decoration: none;
}

#sitemapArea li.page_2 {
	margin: 2px 0 4px 30px;
}

/* III. nivo */
#sitemapArea li.area_3 {
	margin: 4px 0 0 30px;
	list-style: disc;
	font-weight: bold;
	font-size: 1.1em;
	color: #000;
}

#sitemapArea li.area_3 a {
	color: #000;	
	text-decoration: none;
}

#sitemapArea li.page_3 {
	margin: 2px 0 4px 45px;
}

/* IV. nivo */
#sitemapArea li.area_4 {
	margin: 4px 0 0 45px;
	list-style: disc;
	font-weight: bold;
	font-size: 1em;
	color: #0d3692;
}

#sitemapArea li.area_4 a {
	color: #0d3692;
	text-decoration: none;
}

#sitemapArea li.page_4 {
	margin: 2px 0 4px 60px;
}


/* splošne strani */
#sitemapPage {
	float: left;
	margin-top: 15px;
}

/* default za strani */
#sitemapPage ul li {
	margin: 2px 0 4px 0;
	padding: 0;
	list-style: square;
	color: #000;
}

#sitemapPage ul li a {
	color: #000;
}


/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								FORMS
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/

#content form {}

/* fieldset */
#content fieldset {
	position:relative;
	margin:0 0 10px 0;
	padding:10px 0;
	background:#eef1f7;
	border:1px solid #c1c1c1;
	-moz-border-radius:2px;
	border-radius:2px;
}

/* legend */
#content legend {
	display:none;
}

#content form fieldset h2 {
	margin:10px 0 10px 0;
	padding:0 20px;
	font:bold 1.4em/1.4em Arial, sans-serif;
	color:#333;
}

#content form fieldset p {
	overflow:hidden;
	clear:both;
	padding:4px 20px 8px 20px;
	margin:0;
}

#content form fieldset hr {
	background: none;
	border: 0;
	border-bottom: 1px solid #c1c1c1;
	height: 1px;
	margin:15px 20px;
	padding:0;
}

#content form fieldset p.focused {
	background:#d0d8e1;
}

/* label */
#content label {
	display:block;
	margin-bottom:1px;
	font-weight:normal;
	color:#333;
}

/* label pri checkboxih in radio buttnih*/
#content label.label2 {
	display:inline;
}

#content input,
#content select,
#content textarea {
	padding:4px;
	font-family:Arial, sans-serif;
	font-size:1.2em;
	color:#333;
}

/* brez borderja pri checkboxih in radio buttnih */
#content input.checkbox {
	border:none;
}

/* napaka */
#content input.error,
#content select.error,
#content textarea.error {
	border:1px solid #e33000;
	color:#333;
}

/* skrijemo kontrolno polje za spam */
#content input.field {
	display:none;
}

/* error message */
#content .errorMsg {
	color:#e33000;
	display:block;
}

/* običajni gumb */
#content input.button {
	width:auto;
	padding:5px 7px;
	background:#fff;
	border:1px solid #c1c1c1;
	-moz-border-radius:3px;
	border-radius:3px;
	font-size:1em;
	color:#000;
	font-weight:bold;
	cursor:pointer;
}


/*=====================================================================
							KONTAKT
  =====================================================================*/
#content #formContact {
	float:left;
	width:450px;
	margin-right:50px;
}

#content #formContact input,
#content #formContact textarea {
	width:390px;
}

#content #formContact input.button,
#content #formContact input.checkbox {
	width:auto;
}



/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								CONTENT LEFT
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/

#contentLeft {
	position:relative;
	float:left;
	width:180px;
	padding-top:15px;
	text-align:left;
}

#content #contentLeft {
	position:absolute;
	float:none;
}

html.home #contentLeft {
	float:none;
	min-height: 422px;
}


/*=====================================================================
								MENU
  =====================================================================*/

#contentLeft div.menu {
	margin:0 0 15px 0;
	padding:8px 8px 0 8px;
	border:1px solid #dddddd;
	-moz-border-radius:3px;
	border-radius:3px;
	background:#fff;
}

#contentLeft div.menu h2 {
	margin:0;
	padding:0;
	font:bold 11px/14px Arial, sans-serif;
	color:#696969;
}

/*----------------------------------------------------------------------
								I. NIVO
  ---------------------------------------------------------------------*/
#contentLeft div.menu ul {
	margin:6px 0 0 0;
	padding:0;
}

#contentLeft div.menu ul li {
	margin:0;
	padding:0;
	list-style:none;
}

#contentLeft div.menu ul li a {
	display:block;
	padding:5px 15px 6px 0;
	background:url(/pic/menu-arrow.gif) no-repeat 155px center;
	border-top:1px solid #e9e9e9;
	font:bold 13px/16px Arial, sans-serif;
	color:#333;
	text-decoration:none;
}

/* selected & hover */
#contentLeft div.menu ul li a.selected,
#contentLeft div.menu ul li a:hover {
	background:url(/pic/menu-arrow-selected.gif) no-repeat 155px center;
	color:#1b76fc;
}

/*----------------------------------------------------------------------
								PRODUCT
  ---------------------------------------------------------------------*/
#content #contentLeft div.menu {
	margin:0;
}

#content #contentLeft div.menu ul {
	display:none;
}


/*=====================================================================
							RANDOM REVIEWS
  =====================================================================*/
#contentLeft div.reviewList {
	margin:0 0 15px 0;
	padding:8px;
	border:1px solid #dddddd;
	-moz-border-radius:3px;
	border-radius:3px;
	background:#fff;
}

#contentLeft div.reviewList h2 {
	margin:0 0 3px 0;
	padding:0;
	font:bold 12px/14px Arial, sans-serif;
	color:#262626;
}

#contentLeft div.reviewList h2 a {
	color:#262626;
	text-decoration:none;
}
#contentLeft div.reviewList h2 a:hover {
	text-decoration:underline;
}

#contentLeft div.reviewList h3 {
	margin:0 0 5px 0;
	padding:0;
	font:bold 14px/16px Arial, sans-serif;
	color:#1b76fc;
}

#contentLeft div.reviewList h3 a {
	color:#1b76fc;
	text-decoration:none;
}
#contentLeft div.reviewList h3 a:hover {
	text-decoration:underline;
}

#contentLeft div.reviewList p.reviewLink {
	margin:10px 0 15px 0;
	padding:0 0 15px 0;
	border-bottom:1px solid #e9e9e9;
	font:normal 10px/10px Arial, sans-serif;
	color:#808285;
}

#contentLeft div.reviewList p.reviewLink a {
	padding-right:9px;
	background:url(/pic/menu-arrow.gif) no-repeat right center;
	color:#808285;
	text-decoration:none;
}
#contentLeft div.reviewList p.reviewLink a:hover {
	text-decoration:underline;
}

#contentLeft div.reviewList p.last {
	margin-bottom:0;
	padding-bottom:5px;
	border-bottom:0;
}



/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								CONTENT RIGHT
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/

#contentRight {
	float:right;
	width:210px;
	margin-left:10px;
	text-align:left;
}


/*=====================================================================
								FILTER
  =====================================================================*/
#contentRight h2 {
	width:143px;
	height:30px;
	margin:0 0 3px 20px;
	padding:6px 0 0 0;
	background:#1b76fc url(/pic/narrow-back.gif) no-repeat left bottom;
	font:bold 12px/14px Arial, sans-serif;
	color:#fff;
	text-align:center;
}

#contentRight .filter {
	border:1px solid #1b76fc;
}

/* ime filtra */
#contentRight h3 {
	margin:0 0 10px 0;
	padding:5px 10px 5px 35px;
	background:#e3e3e3 url(/pic/filter-arrow.gif) no-repeat 15px 6px;
	border-bottom:1px solid #ccc;
	font:bold 12px/15px Arial, sans-serif;
	color:#1b76fc;
}

#contentRight ul {
	margin:0;
	padding:0;
}

#contentRight ul li {
	margin:0 0 12px 0;
	padding:0 15px;
	color:#919191;
	list-style:none;
}

#contentRight ul li a {
	color:#333;
	text-decoration:none;
}
#contentRight ul li a:hover {
	text-decoration:underline;
}

#contentRight ul li a span {
	color:#929292;
}

#contentRight ul li a.selected {
	font-weight:bold;
}

#contentRight .filter form {
	margin:0;
	padding:0;
}

#contentRight .filter form ul li {
	margin-left:22px;
	text-indent:-22px;
}

#contentRight .filter form input {
	width:auto;
	margin:0 4px 0 0;
	padding:0;
	cursor:pointer;
}

#contentRight .filter form label {
	display:inline;
	color:#919191;
}


/*=====================================================================
								GUIDE
  =====================================================================*/

#contentRight form select {
	width:180px;
	padding:3px;
	margin:0 0 10px 15px;
	background:#e3e3e3;
	border:1px solid #e3e3e3;
	font:normal 12px/12px Arial, sans-serif;
	color:#262626;
}

/* ime filtra */
#contentRight h3.loading {
	background:#e3e3e3 url(/pic/icon-loading.gif) no-repeat 15px 6px;
}

#contentRight form p.options {
	margin:-7px 15px 12px 15px;
	padding:0;
	font:normal 12px/12px Arial, sans-serif;
}

#contentRight form p.checkbox {
	margin:0 0 10px 15px;
}

#contentRight .filter form p.checkbox label {
	color:#262626;
}



/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								FOOTER
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/

#footer {
	clear:both;
	width:960px;
	margin:0 auto;
	padding:20px 0 10px 0;
	border-top:1px solid #dddddd;
	font-size:12px;
	line-height:18px;
	color:#58595b;
	text-align:right;
}

#footer p {
	padding:0 10px;
}

#footer p.bottom {
	margin-top:15px;
	padding-top:10px;
	border-top:1px solid #ededed;
	font-size:10px;
	font-weight:bold;
}

#footer a {
	color:#58595b;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

/* home */
html.home #footer {
	border:0;
	color:#fff;
}

html.home #footer a {
	color:#fff;
}