/*
Hopkins Towing Solutions
Style Sheet print
by boomerank
*/


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

html, body {
	height:auto;
}

body {
	width:100%;
	background:#fff;
	color:#000;
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
}

a {
	text-decoration:underline;
	color:#0000ff;
}

.noprint {
	display:none;
}

/* skiptocontent */
#skiptocontent {
	display:none;
}



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

#header {
	display:none;
}


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

/*  vsebina strani  */
#main {
	overflow:visible;
	width:auto;
}

/*  glavna vsebina  */
#content {
	width:auto;
	margin:0;
	padding:0;
	font-size:12pt;
	line-height:16pt;
}


/*=====================================================================
								BREADCRUMBS
  =====================================================================*/
#breadcrumbs {
	margin:0 0 5pt 0;
	background:none;
}

#path {
	width:auto;
	padding:0;
	font-size:10pt;
	line-height:14pt;
}

#path a {
	color:#1b76fc;

}


/*=====================================================================
									COMMON
  =====================================================================*/

/* links */
#content a {
	color:#1b76fc;
}

/* bullets & numbering */
#content ul {
	margin:0 0 10pt 15pt;
	padding:0;
}

#content ul li {
	padding:0;
	background:none;
	list-style:disc;
}

/*----------------------------------------------------------------------
								TITLES
  ---------------------------------------------------------------------*/
#content h1 {
	margin:0 0 15pt 0;
	font:normal 26pt/30pt "Times New Roman", Times, serif;
}

#content h2 {
	margin:15pt 0 4pt 0;
	font:normal 18pt/24pt "Times New Roman", Times, serif;
}

#content h3 {
	margin:13pt 0 4pt 0;
	font:bold 14pt/18pt "Times New Roman", Times, serif;
}

#content h4 {
	margin:0 0 8pt 0;
	font:normal 18pt/24pt "Times New Roman", Times, serif;
}

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

#content .textLarge {
	font-size:14pt;
	line-height:18pt;
}

#content .textExtraLarge {
	font-size:17pt;
	line-height:21pt
}


/*=====================================================================
								PRODUCT LIST
  =====================================================================*/
/*----------------------------------------------------------------------
								SORT
  ---------------------------------------------------------------------*/
#content .sort {
	clear:both;
	width:auto;
}

/*----------------------------------------------------------------------
							LIST
  ---------------------------------------------------------------------*/
#content ul.productList {
	overflow:visible;
	width:auto;
	margin:0;
}


/*=====================================================================
								PRODUCT
  =====================================================================*/
#content .product {
	overflow:visible;
}

/*----------------------------------------------------------------------
								IMAGE
  ---------------------------------------------------------------------*/
#content .product .image {
	position:relative;
	width:auto;
}

#content .product .image .additional {
	position:relative;
	top:auto;
	right:auto;
	width:auto;
	text-align:right;
}

#content .product .image .additional p {
	display:none;
}

/*----------------------------------------------------------------------
								TEXT
  ---------------------------------------------------------------------*/

#content .product .text h1 {
	margin-top:0;
}

#content .product .text .share {
	display:none;
}

#content .product .text .instructions {
	display:none;
}

/* brake control application guide */
#content h2.guideBrake {
	display:none;
}

#content div.guideBrake {
	display:none;
}

#content p.guideBrakeBottom {
	display:none;
}

/*----------------------------------------------------------------------
							CROSS
  ---------------------------------------------------------------------*/
#content #cross {
	display:none;
}



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

/* fieldset */
#content fieldset {
	padding:0;
	background:none;
	border:0;
}

#content form fieldset p {
	overflow:visible;
	padding:4px 0 8px 0;
}


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

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



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

#contentLeft {
	display:none;
}

.home #contentLeft {
	display:block;
	float:left;
	width:180px;
	margin:0;
	text-align:left;
}



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

#contentRight {
	display:none;
}



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

#footer {
	width:auto;
	margin:10pt 0 0 0;
	padding:5pt 0 0 0;
	font-size:10pt;
	line-height:14pt;
}

#footer p.bottom {
	display:none;
}