/***********************************************/
/* main.css                                    */
/* urgo.si                                     */
/***********************************************/

/* -------------------------------------------------------------- 
   reset.css
   * Resets default browser CSS.
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: top; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	color: #6d6e71;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.25em;
	margin: 0px;
	padding: 0px;

}

p{
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}

fieldset{
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin: 0px;
}
legend{
	padding: 5px;
	font-weight: bold;
}

a {
	text-decoration: underline;
	color:#323232;
}

a:link{
	text-decoration: underline;
	color:#323232;
}

a:visited{
	text-decoration: underline;
	color:#323232;
}

a:hover{
	text-decoration: none;
	color:#323232;
}

a:active{
	text-decoration: underline;
	color:#323232;
}

h1{
	margin: 0px;
	font-size: 1.60em;
	color: #999999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 1.4em;
	font-weight: bold;
}

h2{
	margin: 0px;
	font-size: 1.166667em;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color:#FF8C21;
	line-height:1.7em;
}


h3{
	margin: 0px;
	font-size: 1.16667em;
	color: #5A5A5A;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h4{
	margin: 0px;
	font-size: 1em;
	color: #999999;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}


ul{
	padding: 0px 0px 0px 10px;
	margin: 0px;
}
li{
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0;
	padding: 0;
}
img { 
	behavior: url(fileadmin/templates/urgo.si/iepngfix/iepngfix.htc);  
}

hr {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	height: 1px;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#frame{
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#mainhead{
	padding: 0px;
	width: 950px;
	margin: 0 auto;
}
#mainbody{
	margin: 0 auto;
	width: 900px;
}
#mainfoot{
	width: 900px;
	padding-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

	
/***********************************************/
/* Head styles                                */
/***********************************************/
#headtop {
	text-decoration: none;
	color: #8195c0;
}

#headtop a{
	text-decoration: none;
	color: #8195c0;
}

#headtop a:link{
	text-decoration: none;
	color: #8195c0;
}
#headtop a:visited{
	text-decoration: none;
}
#headtop a:hover{
	text-decoration: none;
	color: #1c3a85;
}


#headtopleft{
	font-size: 0.9em;
	padding-top: 14px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 55px;
	float: left;
}


#headtopright{
	color:#8195c0;
	font-size: 1em;
	padding-top: 11px;
	padding-right: 45px;
	padding-left: 15px;
	float: right;
	text-align: right;
}

#headtopright a.tx_tipafriend_tiplink{
	text-transform: lowercase;
}
#fb{
	vertical-align: middle;
	padding-left:20px;
	padding-right:20px;
}

#nav {

}
#logo {
	width: 150px;
	float: left;
	padding-top: 23px;
	padding-left: 50px;
}
#menu{
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.16667em;
	color: #ffffff;
	width: 540px;
	float: left;
	padding-top: 35px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 15px;
}
* html #menu{ /*IE only rule. */
	width: 560px;
}
#menu a.ovalbutton{
	display: block;
	float: left;
	line-height: 17px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 25px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
	background-color: transparent;
	background-image: url(images/menu/oval-gray-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	behavior: url(fileadmin/templates/urgo.si/iepngfix/iepngfix.htc); 
	text-transform: uppercase;
	font-weight: bold;	
	margin-right:2px;
}

#menu a:link.ovalbutton, #menu a:visited.ovalbutton, #menu a:active.ovalbutton{
	color: #003888; /*button text color*/
}

#menu a.ovalbutton span{
	display: block;
	padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
	background-color: transparent;
	background-image: url(images/menu/oval-gray-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	behavior: url(fileadmin/templates/urgo.si/iepngfix/iepngfix.htc);   
}

#menu a.ovalbutton:hover{ /* Hover state CSS */
	background-position: bottom left;
	color:#FFFFFF;
}

#menu a.ovalbutton:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color:#FFFFFF;
}
#menu a.ovalbutton{
	display: block;
	float: left;
	line-height: 17px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 25px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
	background-color: transparent;
	background-image: url(images/menu/oval-gray-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	behavior: url(fileadmin/templates/urgo.si/iepngfix/iepngfix.htc); 
	text-transform: uppercase;
	font-weight: bold;	
	margin-right:2px;
}

#menu a:link.ovalbutton, #menu a:visited.ovalbutton, #menu a:active.ovalbutton{
	color: #003888; /*button text color*/
}

#menu a.ovalbutton span{
	display: block;
	padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
	background-color: transparent;
	background-image: url(images/menu/oval-gray-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	behavior: url(fileadmin/templates/urgo.si/iepngfix/iepngfix.htc);  
}

#menu a.ovalbutton:hover{ /* Hover state CSS */
	background-position: bottom left;
	color:#FFFFFF;
}

#menu a.ovalbutton:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color:#FFFFFF;
}


#menu a.ovalbutton_sel{
	display: block;
	float: left;
	line-height: 17px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 25px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
	background-color: transparent;
	background-image: url(images/menu/oval-gray-left_sel.gif);
	background-repeat: no-repeat;
	background-position: left top;
	behavior: url(fileadmin/templates/urgo.si/iepngfix/iepngfix.htc); 
	text-transform: uppercase;
	font-weight: bold;	
	margin-right:2px;
}

#menu a:link.ovalbutton_sel, #menu a:visited.ovalbutton_sel, #menu a:active.ovalbutton_sel{
	color: #003888; /*button text color*/
}

#menu a.ovalbutton_sel span{
	display: block;
	padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
	background-color: transparent;
	background-image: url(images/menu/oval-gray-right_sel.gif);
	background-repeat: no-repeat;
	background-position: right top;
	behavior: url(fileadmin/templates/urgo.si/iepngfix/iepngfix.htc);  
}

#menu a.ovalbutton_sel:hover{ /* Hover state CSS */
	background-position: bottom left;
	color:#FFFFFF;
}

#menu a.ovalbutton_sel:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color:#FFFFFF;
}
#menu a.ovalbutton_sel{
	display: block;
	float: left;
	line-height: 17px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 25px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
	background-color: transparent;
	background-image: url(images/menu/oval-gray-left_sel.gif);
	background-repeat: no-repeat;
	background-position: left top;
	behavior: url(fileadmin/templates/urgo.si/iepngfix/iepngfix.htc); 
	text-transform: uppercase;
	font-weight: bold;	
	margin-right:2px;
}

#menu a:link.ovalbutton_sel, #menu a:visited.ovalbutton_sel, #menu a:active.ovalbutton_sel{
	color: #003888; /*button text color*/
}

#menu a.ovalbutton_sel span{
	display: block;
	padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
	background-color: transparent;
	background-image: url(images/menu/oval-gray-right_sel.gif);
	background-repeat: no-repeat;
	background-position: right top;
	behavior: url(fileadmin/templates/urgo.si/iepngfix/iepngfix.htc);  
}

#menu a.ovalbutton_sel:hover{ /* Hover state CSS */
	background-position: bottom left;
	color:#FFFFFF;
}

#menu a.ovalbutton_sel:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color:#FFFFFF;
}


#menu .buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
/*	width: 100%;	*/
	display: inline;
	float: left;
}

#submenu{
	width: 267px;
	padding: 0px;
	color:#6b6ea7;
	position: absolute;
	display: none;
}
#submenu .sub_t{
	background-image: url(images/sub_t.png);
	height: 10px;
	background-repeat: no-repeat;
	background-position: left top;
	behavior: url(fileadmin/templates/urgo.si/iepngfix/iepngfix.htc); 
}
#submenu .sub_t{
	height: 10px;
}
* html #submenu .sub_t{ /*IE only rule. */
	margin-bottom: -8px;
}
#submenu .sub_bd{
	padding-left:10px;
	width: 255px;
	background-color:#FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #003888;
	border-left-color: #003888;
}
#submenu .sub_b{
	background-image: url(images/sub_b.png);
	height: 10px;
	background-repeat: no-repeat;
	background-position: left top;
	behavior: url(fileadmin/templates/urgo.si/iepngfix/iepngfix.htc); 
}
* html #submenu .sub_b{ /*IE only rule. */
	margin-bottom: -8px;
}
#submenu ul {
	padding-left:15px;
	list-style:none;
}
#submenu li {
	padding:5px;
	text-indent: -20px;
}
#submenu a, #submenu a:link, #submenu a:visited{
	color:#6b6ea7;
	padding-left:20px;
	text-decoration:none;
}
#submenu a:hover{
	color:#1c3a85;
	font-weight: bold;
	padding-left:20px;
	background-image: url(images/arrbl.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#search {
	width: 150px;
	float: right;
	margin-top: 35px;
	margin-right: 20px;
	padding: 4px;
	background-image: url(images/form_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
* html #search{ /*IE only rule. */
	width: 132px;
	margin-right: 20px;
	font-size: 1em;
}
#search .form_bg {
	font-size: 1em;
	height: 16px;
	width: 105px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/form_s_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	float:left;
	display:inline;
	color:#999999;
	letter-spacing:-1px;
}
#search input[type=image] {
	float:left;
	display:none;
}
#flash{
	width: 950px;
	margin: 0 auto;
	padding-top: 25px;
	margin-bottom:-20px;
	text-align:center;
	z-index: 100;
}
* html #flash{
	padding-top: 20px;
}
/***********************************************/
/* Frontpage styles                            */
/***********************************************/

#bt{
/*	color: #FFFFFF; */
	text-align: center;
	width: 900px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}	
#bt a{
	font-size: 1.416667em;
}
#bt h1{
	font-size: 1em;
	padding-bottom:0px;
}	
#bt .bt1d{
	float:left;
	width: 227px;
	background-image: url(images/bt1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#bt a#bt1{
	display:block;
	text-decoration: none;
	color:#FFFFFF;
	padding-top: 35px;
	padding-bottom: 13px;
	padding-left: 20px;

}
#bt a:link#bt1, #menu a:visited#bt1, #menu a:active#bt1{
	color: #FFFFFF; /*button text color*/

}
#bt a#bt1:hover{ /* Hover state CSS */
	background-image: url(images/bt1_o.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#bt .bt2d{
	float:left;
	width: 225px;
	background-image: url(images/bt2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#bt a#bt2{
	display:block;
	text-decoration: none;
	color:#FFFFFF;
	padding-top: 35px;
	padding-bottom: 13px;
	padding-left: 25px;
}
#bt a:link#bt2, #menu a:visited#bt2, #menu a:active#bt2{
	color: #FFFFFF; /*button text color*/

}
#bt a#bt2:hover{ /* Hover state CSS */
	background-image: url(images/bt2_o.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#bt .bt3d{
	float:left;
	width: 224px;
	background-image: url(images/bt3.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#bt a#bt3{
	display:block;
	text-decoration: none;
	color:#FFFFFF;
	padding-top: 35px;
	padding-bottom: 13px;
	padding-left: 0px;
}
#bt a:link#bt3, #menu a:visited#bt3, #menu a:active#bt3{
	color: #FFFFFF; /*button text color*/

}
#bt a#bt3:hover{ /* Hover state CSS */
	background-image: url(images/bt3_o.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#bt .bt4d{
	float:left;
	width: 224px;
	background-image: url(images/bt4.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#bt a#bt4{
	display:block;
	text-decoration: none;
	color:#FFFFFF;
	padding-top: 35px;
	padding-bottom: 13px;
	padding-left: 20px;
}
#bt a:link#bt4, #menu a:visited#bt4, #menu a:active#bt4{
	color: #FFFFFF; /*button text color*/

}
#bt a#bt4:hover{ /* Hover state CSS */
	background-image: url(images/bt4_o.gif);
	background-repeat: no-repeat;
	background-position: left top;
}



/***********************************************/
/* Path styles                                 */
/***********************************************/

#pathholder {
	width: 900px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
* html #pathholder {
	margin-bottom: -20px;
}
#pathholder #logor{
	width: 180px;
	float:left;
}


#pathholder #logor a#bt1{
	display:block;
	text-decoration: none;
	color: #5a5a5a;
	padding-top: 38px;
	padding-left:27px;
	padding-bottom: 13px;
	height: 12px;
	font-size: 0.82em;
	font-weight: bold;
	text-transform: lowercase;
}

#pathholder #logor a:link#bt1, #pathholder #logor a:visited#bt1, #pathholder #logor a:active#bt1{
	color: #5a5a5a; /*button text color*/

}
#pathholder #logor a#bt1:hover{ /* Hover state CSS */
	height: 12px;
	background-image: url(images/breadcrumb/with_photo/urgo_o.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#pathholder #logor .bt1d{
	height: 62px;
	background-image: url(images/breadcrumb/with_photo/urgo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#pathholder #mid .first{
	width: 595px;
	height: 10px;
	float: left;
	background-image: url(images/breadcrumb/with_photo/bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 32px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
		font-size: 1.166667em;
}

#pathholder #mid a#bt1{
	display:block;
	text-decoration: none;
	color: #5a5a5a;
	padding-top: 27px;
	padding-bottom: 20px;
	padding-left: 40px;
	height: 12px;
	font-size: 14px;
	font-weight: normal;
}
* html #pathholder #mid a#bt1{
	font-weight: normal;
}
#pathholder #mid a:link#bt1, #pathholder #mid a:visited#bt1, #pathholder #mid a:active#bt1{
	color: #5a5a5a; /*button text color*/
}
#pathholder #mid a#bt1:hover{ /* Hover state CSS */
	height: 12px;
	background-image: url(images/breadcrumb/with_photo/pt1_o.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#pathholder #mid .bt1d{
	height: 62px;
	width:180px;
	float:left;
	background-image: url(images/breadcrumb/with_photo/pt1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#pathholder #mid .second{
	width: 414px;
	height: 10px;
	float: left;
	background-image: url(images/breadcrumb/with_photo/bg2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 32px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 1.166667em;
}

#pathholder #mid a#bt2{
	display:block;
	text-decoration: none;
	color: #5a5a5a;
	padding-top: 27px;
	padding-bottom: 20px;
	padding-left: 40px;
	height: 12px;
	font-size: 14px;
	font-weight: normal;
}
* html #pathholder #mid a#bt2{
	font-weight: normal;
}
#pathholder #mid a:link#bt2, #pathholder #mid a:visited#bt2, #pathholder #mid a:active#bt2{
	color: #5a5a5a; /*button text color*/
}
#pathholder #mid a#bt2:hover{ /* Hover state CSS */
	height: 12px;
	background-image: url(images/breadcrumb/with_photo/pt2_o.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#pathholder #mid .bt2d{
	height: 62px;
	width:179px;
	float:left;
	background-image: url(images/breadcrumb/with_photo/pt2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#pathholder #mid .third{
	width: 234px;
	height: 10px;
	float: left;
	background-image: url(images/breadcrumb/with_photo/bg3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 32px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 1.166667em;
}
#pathholder #print{
	width: 84px;
	float:right;
}
#pathholder #print a#bt1{
	display:block;
	text-decoration: none;
	color: #5a5a5a;
	padding-top: 38px;
	padding-left:27px;
	padding-bottom: 13px;
	height: 12px;
	font-size: 14px;
	font-weight: normal;
	text-transform: lowercase;
}

#pathholder #print a:link#bt1, #pathholder #print a:visited#bt1, #pathholder #print a:active#bt1{
	color: #5a5a5a; /*button text color*/

}
#pathholder #print a#bt1:hover{ /* Hover state CSS */
	height: 12px;
	background-image: url(images/breadcrumb/with_photo/print_o.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#pathholder #print .bt1d{
	height: 62px;
	background-image: url(images/breadcrumb/with_photo/print.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#pathholder2 {
	width: 900px;
	margin: 0 auto;
	padding-top:20px;
}
* html #pathholder2 {
	padding-top:10px;
	margin-bottom: -28px;
}
#pathholder2 #logor{
	width: 179px;
	float:left;
}

#pathholder2 #logor a#bt1{
	display:block;
	text-decoration: none;
	color: #5a5a5a;
	padding-top: 56px;
	padding-left:27px;
	padding-bottom: 12px;
	height: 12px;
	font-size: 0.82em;
	font-weight: bold;
	text-transform: lowercase;
}

#pathholder2 #logor a:link#bt1, #pathholder2 #logor a:visited#bt1, #pathholder2 #logor a:active#bt1{
	color: #5a5a5a; /*button text color*/
}
#pathholder2 #logor a#bt1:hover{ /* Hover state CSS */
	height: 12px;
	background-image: url(images/breadcrumb/without_photo/urgo_o.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#pathholder2 #logor .bt1d{
	height: 80px;
	background-image: url(images/breadcrumb/without_photo/urgo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#pathholder2 #mid .first{
	width: 576px;
	height: 20px;
	float: left;
	background-image: url(images/breadcrumb/without_photo/bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 1.166667em;
}


#pathholder2 #mid a#bt1{
	display:block;
	text-decoration: none;
	color: #5a5a5a;
	padding-top: 37px;
	padding-bottom: 30px;
	padding-left: 40px;
	height: 12px;
	font-size: 14px;
	font-weight: normal;
}
* html #pathholder2 #mid a#bt1{
	font-weight: normal;
}
#pathholder2 #mid a:link#bt1, #pathholder2 #mid a:visited#bt1, #pathholder2 #mid a:active#bt1{
	color: #5a5a5a; /*button text color*/
}
#pathholder2 #mid a#bt1:hover{ /* Hover state CSS */
	height: 12px;
	background-image: url(images/breadcrumb/without_photo/pt1_o.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#pathholder2 #mid .bt1d{
	height: 80px;
	width:181px;
	float:left;
	background-image: url(images/breadcrumb/without_photo/pt1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#pathholder2 #mid .second{
	width: 395px;
	height: 20px;
	float: left;
	background-image: url(images/breadcrumb/without_photo/bg2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 1.166667em;
}

#pathholder2 #mid a#bt2{
	display:block;
	text-decoration: none;
	color: #5a5a5a;
	padding-top: 37px;
	padding-bottom: 30px;
	padding-left: 40px;
	height: 12px;
	font-size: 14px;
	font-weight: normal;
}
* html #pathholder2 #mid a#bt2{
	font-weight: normal;
}
#pathholder2 #mid a:link#bt2, #pathholder2 #mid a:visited#bt2, #pathholder2 #mid a:active#bt2{
	color: #5a5a5a; /*button text color*/
}
#pathholder2 #mid a#bt2:hover{ /* Hover state CSS */
	height: 12px;
	background-image: url(images/breadcrumb/without_photo/pt2_o.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#pathholder2 #mid .bt2d{
	height: 80px;
	width:179px;
	float:left;
	background-image: url(images/breadcrumb/without_photo/pt2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#pathholder2 #mid .bt2d h1{
	margin-top:3px;
	line-height: 15px;
}
#pathholder2 #mid .third{
	width: 216px;
	height: 20px;
	float: left;
	background-image: url(images/breadcrumb/without_photo/bg3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 1.166667em;
}
#pathholder2 #print{
	width: 105px;
	float:right;
}
#pathholder2 #print a#bt1{
	display:block;
	text-decoration: none;
	color: #5a5a5a;
	padding-top: 45px;
	padding-left:48px;
	padding-bottom: 23px;
	height: 12px;
	font-size: 14px;
	font-weight: normal;
	text-transform: lowercase;
}

#pathholder2 #print a:link#bt1, #pathholder2 #print a:visited#bt1, #pathholder2 #print a:active#bt1{
	color: #5a5a5a; /*button text color*/

}
#pathholder2 #print a#bt1:hover{ /* Hover state CSS */
	height: 12px;
	background-image: url(images/breadcrumb/without_photo/print_o.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#pathholder2 #print .bt1d{
	height: 80px;
	background-image: url(images/breadcrumb/without_photo/print.gif);
	background-repeat: no-repeat;
	background-position: left top;
}



/***********************************************/
/* Content styles                              */
/***********************************************/

#content {
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b3b3b3;
	margin-top: 6px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	color:#5a5a5a;
}
#c1s {
	float: left;
	width: 660px;
	padding-right: 10px;
}
#c1s h1{
	background-image: url(images/c1s_head_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 53px;
	text-align:center;
	padding-top: 8px;
	font-weight:bold;
	color:#FFFFFF;
	font-size: 1.833333em;
	display:block;
}
* html #c1s h1{ /*IE only rule. */

}
#c1s #c_body{
	background-image: url(images/c1s_body_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align:left;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	font-size:1em;
	line-height:1.4em;
	font-size:13px;
}
#c1s #c_body h2{
	color:#1C3B85;
	color:#FF8C21;
	font-size: 1.3em;
	line-height:1.4em;
}
#c1s #c_body ul {
	margin-top: 0.2em;
	margin-right: 0.2em;
	margin-bottom: 5px;
	margin-left: 0em;
	list-style-type: none;
	padding-bottom: 0px;
	list-style-position: inside;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}


/* all 'li' elements within a 'ul' element within any element of class 'categories' */
#c1s #c_body ul li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 0 em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 15px;
	padding-bottom: 0px;
	text-indent: 0px;
	line-height:1.4em;
}
* html #c1s #c_body ul li{ /*IE only rule. */
	padding-left: 17px;
	text-indent: -17px;
}
*+html #c1s #c_body ul li { /*IE7 only rule. */
	padding-left: 17px;
	text-indent: -17px;
}
#c1s #c_body .category_description{
	padding-bottom: 20px;
}
#c1 {
	float: left;
	width: 210px;
	padding-right: 10px;
}
#c1 a{
	font-weight: bold;	
}
#c1 .alignright a{
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.4em;
}
#c1 h1{
	background-image: url(images/c_head_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 37px;
	text-align:center;
	padding: 8px;
	font-weight:bold;
	color:#323232;
	font-size: 1.16667em;
	text-transform: uppercase;
}
#c1 h1 a, #c1 h1 a:link, #c1 h1 a:visited, #c1 h1 a:hover{
	text-decoration: none;
}
#c1 #c_body{
	background-image: url(images/c_body_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align:left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#c1 h2{
	padding-top:0px;
	color:#323232;
	font-size: 1em;
	
}
#c1 .news_item{
	padding-bottom: 10px;
	font-size:0.9em;
	line-height:1.4em;
	
}
#c1 .news_item h2{
	font-size:1em !important;
	
}
#c1 .news_item h2 a{
	font-size:1em !important;
	
}
#c1 .alignright{
	padding-top: 10px;
	padding-bottom: 10px;
	
}
#c2 {
	float: left;
	width: 215px;
	padding-right: 10px;
}
.cx {
	padding-bottom: 10px;
}
.cx #c_body .hn{
	font-size:1.2em;
	line-height: 1.4em;
}
#c2 h1{
	background-image: url(images/cx_head_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 17px;
	text-align:center;
	padding-top: 8px;
	font-weight:bold;
	color:#FFFFFF;
	font-size: 1.16667em;
	text-transform: uppercase;
	display:block;
}
* html #c2 h1{ /*IE only rule. */
	margin-bottom: -3px;
}
#c2 h1 a, #c2 h1 a:link, #c2 h1 a:visited, #c2 h1 a:hover{
	color:#FFFFFF;
	text-decoration: none;
}

#c2 #c_body{
	padding: 0px;
}

#c3 {
	float: left;
	width: 215px;
	padding-right: 0px;
}
#c3 h1{
	background-image: url(images/cx_head_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 17px;
	text-align:center;
	padding-top: 8px;
	font-weight:bold;
	color:#FFFFFF;
	font-size: 1.16667em;
	text-transform: uppercase;
	display:block;
}
* html #c3 h1{ /*IE only rule. */
	margin-bottom: -3px;
}
#c3 h1 a, #c3 h1 a:link, #c3 h1 a:visited, #c3 h1 a:hover{
	color:#FFFFFF;
	text-decoration: none;
}

#c3 #c_body{
	padding: 0px;
}


#c4 {
	float: left;
	width: 210px;
	padding-right: 0px;
	color: #6d6e71;
}
#c4 a{
	font-weight: bold;	
}
#c4 h1{
	background-image: url(images/c_head_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 37px;
	text-align:center;
	padding: 8px;
	font-weight:bold;
	color:#323232;
	font-size: 1.16667em;
	text-transform: uppercase;
}
#c4 h1 a, #c1 h1 a:link, #c1 h1 a:visited, #c1 h1 a:hover{
	text-decoration: none;
}
#c4 #c_body{
	background-image: url(images/c_body_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align:left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-bottom: 10px;
}
#c4 h2{
	padding-top:0px;
	color:#323232;
	font-size: 1em;
	
}
#c4 .form_o_bg{
	background-image: url(images/form_o_bg.gif);
	height: 14px;
	width: 160px;
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#c4 .tp{
	padding-bottom: 20px;
}
* html #c4 .tp{ /*IE only rule. */
	padding-bottom: 10px;
}
#c4 .tz{
	padding-bottom: 5px;
}
#c4 .form_bg {
	font-size: 1em;
	height: 20px;
	width: 163px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 0px;
	float:left;
	display:inline;
	font-weight:bold;
}
#c4 .form_bg_m {
	font-size: 1em;
	height: 16px;
	width: 135px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 0px;
	float:left;
	display:inline;
	font-weight:bold;
}
#c4 input, #c4 select{
	color: #6d6e71;
}
#c4 .button{
	padding-top: 0px;
}
#c4 .bp{
	padding-top: 10px;
}

#c4 .cx li{
	list-style:none;
	padding-bottom: 5px;
}
/***********************************************/
/* Product styles                              */
/***********************************************/

#c1s #product #product_pic{
	float: left;
	width: 258px;
	padding-right:10px;
}

#c1s #product_r{
	float: left;
	width: 280px;
	font-size: 1.083333em;
	line-height: 1.4em;
	font-weight:bold;
	color:#1c3a85;
}
#c1s #product #product_r h2{
	color:#1c3a85;
	font-size: 1.333333em;
	padding-top:30px;
	padding-bottom:30px;
}
#c1s #product #product_r ul{
	padding-top: 10px;
	padding-bottom: 10px;
}
#c1s #product #product_r ul li{
	line-height: 1.4em;
}
#c1s #product #product_b{
	font-size: 1em;
	line-height: 1.4em;
	padding-top: 30px;
}

/***********************************************/
/* Category styles                             */
/***********************************************/
#c1s #category .product_single{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#c1s #category .product_single .product_pic{
	float: left;
	width: 170px;
	padding-right:15px;
}
#c1s #category .product_single .product_r{
	float: left;
	width: 400px;
}
#c1s #category .product_single .product_r h2{
	color:#1c3a85;
	font-size: 1.333333em;
	padding-top:50px;
	padding-bottom:20px;
}
#c1s #category .product_single .product_r h2 a{
	color:#1c3a85;
}
#c1s #category .product_single .product_r h2 a:link, #c1s #category .product_single .product_r h2 a:visited,{
	color:#1c3a85;
}
#c1s #category .product_single .product_r a{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#c1s #category .product_single .product_r a:hover{
	color: #1c3b85;
}
/***********************************************/
/* News styles                                 */
/***********************************************/

#c1s #news .news_single{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#c1s #news .news_single h2{
	padding-bottom:10px;
	font-size:0.9em;
	line-height: 1.4em;
}

#c1s #news .news_single h2 a{
	color:#1c3a85;
	font-size: 1.333333em;
	text-decoration:none;
}
#c1s #news .news_single a{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#c1s #news .news_single a:hover{
	color: #1c3b85;
}
/***********************************************/
/* Footer styles                               */
/***********************************************/

#foothold{
	background-image: url(images/ft_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
}

#footholdleft{
	width: 335px;
	float: left;
	padding-right: 15px;
	padding-left: 25px;
}
#footholdleft a{
	text-decoration: none;
}
#footholdleft a:link{
	text-decoration: none;
}
#footholdleft a:visited{

}
#footholdleft a:hover{
	text-decoration: none;
	color: #a22c1e;
}

#footholdright{
	float: right;
	padding-right: 15px;
	padding-left: 0px;
	text-align: right;
}
#footholdright a{
	text-decoration: none;
}
#footholdright a:link{
	text-decoration: none;
}
#footholdright a:visited{
	text-decoration: none;
}
#footholdright a:hover{
	text-decoration: none;
	color: #a22c1e;
}
#footholmid{
	width: 160px;
	float: left;
	padding-top: 30px;
	padding-right: 15px;
	padding-left: 0px;
	text-align: right;
}
#popitmenu{
	position: absolute;
	background-color: white;
	border:1px solid #999999;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	visibility: hidden;
}

#popitmenu a{
	text-decoration: none;
	padding-left: 20px;
	color: #999999;
	display: block;
}

#popitmenu a:hover{ /*hover background color or image*/
	background-image: url(images/arrwp.gif);
	background-repeat: no-repeat;
}

/***********************************************/
/* Pop-up styles                               */
/***********************************************/

#poppad{
	background-image: url(images/poppad_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	padding:10px;
}
#poptls{
	height: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
	float:right;
	padding-right: 40px;
}
#poptls ul li{
	float:left;
	list-style:none;
	display:inline;
}
#poptls a.print,#poptls a:link.print {
	margin: 0px;
	width: 34px;
	height: 15px;
	display: block;
	float:left;
	display:inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	behavior: url(fileadmin/templates/urgo.si/iepngfix/iepngfix.htc);  
}
#poptls a:hover.print {
	background-position: 0 -20px;
	color: #f58220;
}
#poptls a.close,#poptls a:link.close {
	width: 0px;
	height: 15px;
	display: block;
	float:left;
	display:inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin-left: 20px;
}
#poptls a:hover.close{
	background-position: 0 -20px;
	color: #f58220;
}

#popbody{
	background-color: #FFFFFF;
}

#pophead{
	background-color: #FFFFFF;
}
.leftpop{
	float:left;
	width:300px;
	padding-top: 5px;
	padding-bottom: 20px;
}

.rightpop{
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.popbodypad{
	padding-top: 12px;
	padding-bottom: 20px;
}
#poppadf{
	background-image: url(images/poppad_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 438px;
	background-color: #D1D2D4;
	padding-right: 12px;
	padding-bottom: 22px;
	padding-left: 22px;
}
#popbodyf{
	padding-top: 22px;
	padding-bottom: 22px;
}
#popbodyf h1{
	color: #666666;
}
#popbodyf .mr{
	padding-left: 40px;
	color: #333333;
}
#popbodyf input {
	width: 410px;
	margin-right: 15px;
	vertical-align: top;
	padding: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
	margin-bottom: 10px;
}
#popbodyf textarea {
	width: 410px;
	margin-right: 15px;
	vertical-align: top;
	padding: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
	margin-bottom: 10px;
	overflow: auto;
}

/***********************************************/
/* Typo3 styles                                */
/***********************************************/

h1.csc-header {
	padding-top: 15px;
	padding-bottom: 17px;
}
.csc-frame-frame2 {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.contenttable {
	border-spacing: 2px;
	border-collapse: collapse;
	background-color: white;
	border: 0px none #1fa02e;
	padding-bottom: 20px;
}
.contenttable th {
	padding: 5px 5px 5px 5px;
	background-color: rgb(239, 239, 239);
	-moz-border-radius: 0px 0px 0px 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #1fa02e;
	border-bottom-color: #1fa02e;
}
.contenttable td {
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
	-moz-border-radius: 0px 0px 0px 0px;
	vertical-align: top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #1fa02e;
	border-bottom-color: #1fa02e;
}

.csc-textpic dl dt {
	padding: 0px;
	margin: 0px;
}

table.csc-uploads {
	width:100%;
	border-collapse: collapse;
	background-color: white;
	margin-bottom: 20px;
	margin-top: 20px;
}
.csc-uploads td{
	padding: 5px 5px 5px 5px;
}
.csc-uploads tr.tr-even {
	padding: 5px 5px 5px 5px;
	background-color: rgb(239, 239, 239);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1fa02e;
}
.csc-uploads tr.tr-odd {
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;

	border-bottom-style: solid;
	border-bottom-color: #1fa02e;
}

div.csc-frame-frame1 .csc-textpic-image {
	padding: 2px;
	border: 1px solid #999999;
	width: 114px !important;
	height: 76px !important;
	margin-right: 12px;
	margin-bottom: 12px;
	text-align: center;
}
.csc-textpic-image .padt img {
	padding-top: 0px;
}
div.csc-textpic-left div.csc-textpic-imagewrap .csc-textpic-image, div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap .csc-textpic-image, div.csc-textpic-intext-left div.csc-textpic-imagewrap .csc-textpic-image {
	display: inline;
	margin-right: 12px;
}
div.csc-textpic-imagewrap {
	margin-top: 12px;
}
div.csc-textpic-imagerow {
	width: 566px !important;
}

/*
.tx-srlanguagemenu-pi1{
	float: right !important;
}
.tx-srlanguagemenu-pi1 .SPC{
	color: #9b9c9e;
	padding: 0px;
}
*/

.tx-srlanguagemenu-pi1 img {
	margin: 0px !important;
}

.tx_tipafriend #tx_tipafriend_name, .tx_tipafriend #tx_tipafriend_email, .tx_tipafriend #tx_tipafriend_recipient, .tx_tipafriend #tx_tipafriend_pi1_captcha_response, .tx_tipafriend #tx_tipafriend_message{
	font-size: 0.9em;
	height: 16px;
	width: 180px;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border: 1px solid #efefef;
}
.tx_tipafriend #button{
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: none !important;
}
.tx_tipafriend #tx_tipafriend_message{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	height: 200px;
	width: 300px;
	border: 1px solid #efefef;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.tx_tipafriend_codetext, .tx_tipafriend_text, .tx_tipafriend_werbemail {
	width: 300px;
	font-size:11px;
}
.tx_tipafriend_formfield label{
	font-weight: normal;
}
.tx-srfreecap-pi2-cant-read{
	font-size:11px;
}
.tx_tipafriend #tx_tipafriend_button{
	width: 100px;
	border:none;
	background-color:#FF7700;
	color:#FFFFFF;
}
.warning, .warning a:link, .warning a{
	color: #990000;
}
.tx-irfaq-dynheader{
	font-size:1.2em;
	color: #1C3B85;
	padding-bottom:0px;
	line-height:1.7em;
}
* html .tx-irfaq-dynheader{
	padding-top:2px;
	padding-bottom:2px;
}
.tx-irfaq-cleaner{
	padding:0px !important;
	margin:0px !important;
	height:0px !important;
	display: none;
}

.tx-irfaq-questions-list {
	background-color: #ebf4dd;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: normal;
}
.tx-irfaq-pi1 ul.tx-irfaq-questions-list {
	margin-bottom:0px !important;
}

.tx-irfaq-questions-list li.news{
	list-style:none;
	padding-bottom: 10px;
}
.tx-irfaq-questions-list li.news a p {
	font-weight: normal !important;
}
.tx-irfaq-pi1 ul li a {
	color:#1FA02E;
	text-decoration:underline;
}
.tx-irfaq-pi1 ul li a:link {
	color:#1FA02E;
	text-decoration:underline;
}
.tx-irfaq-pi1 ul li a:hover {
	color:#1FA02E;
	text-decoration:none;
}
.tx-irfaq-pi1 .additional-info {
	border-top: none !important;
}
.news_h1 {
	padding-top:1px;
	padding-left:15px;
	background-color:#EBF4DD;
}



fieldset.csc-mailform {
	margin-top: 10px;
	background-color: #FFFFFF !important;
	border: 0px;
}
.csc-mailform-field{
	padding-bottom: 10px;
}
.csc-mailform label{
	width: 180px;
	float: left;
	clear: both;
}
.csc-mailform-radio label{
	width: 100px;
	float: none;
	clear: none;
}
.csc-mailform input{

}
.csc-mailform .csc-mailform-label{
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 15px;
}
.csc-mailform-submit{
	margin-bottom: 0px;
	margin-top: 15px;
}
.tx-pbsurvey-pi1 .pagenumbering{
	height: 0px !important;
	display:none !important;
}
.tx-pbsurvey-pi1 .question{
	font-size: 1.1em !important;
	color:#FF7700;
}
.tx-pbsurvey-pi1 .survey_item {
	margin-bottom:10px !important;
	margin-top:10px !important;
}
.tx-pbsurvey-pi1 .required {
	color:#CC0000;
	vertical-align:baseline !important;
}
/*.tx-pbsurvey-pi1 legend{
	padding-left: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
}*/
.tx-pbsurvey-pi1 fieldset{
	padding-left: 10px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.tx-pbsurvey-pi1 p.bodytext{
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.surveyrow_even {
	background-color: #fbfbfb !important;
}

.questionNumber {
	padding-right:5px;
}
.tx-pbsurvey-pi1 .questionSubtext {
	font-size: 0.9em !important;
}
.tx-pbsurvey-pi1 div {
	margin-bottom: 0px !important;
}

div.tx-sremailsubscribe-pi1  {
	padding-top: 15px;
}
div.tx-sremailsubscribe-pi1 h4  {
	font-weight: bold;
	color:#333333;
}
div.tx-indexedsearch {
	padding-top: 15px;
}
.tx-indexedsearch .tx-indexedsearch-browsebox ul li {
	background-image:none !important;
}
.tx-indexedsearch-title{
	font-size: 1.1em !important;
	font-weight:bold;
}
.news-single-backlink{
	padding-top: 15px;
}
/***********************************************/
/* Form styles                                 */
/***********************************************/

.cssform p{
width: 480px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

.grf{
	padding: 10px;
	background-color: #EFEFEF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

/**************align styles **************/

#left{
	float: left;
	font-size: 11px;
	vertical-align: top;
	width: 49%;
}

#right{
	float: right;
	width: 49%;
	font-size: 11px;
	vertical-align: top;
}

.left2{
	float: left;
	width: 100px;
	text-align: right;
	padding: 5px;
	vertical-align: bottom;
}

.right2{
	float: right;
	width: 100px;
}


.alignleft{
	text-align: left;
}
.alignright{
	text-align: right;
}
.alignleft{
	text-align: left;
}
.center{
	text-align: center;
	padding-top: 35px;
	padding-bottom: 20px;
}

.clear{
	clear:both;
}
.sp{
	height: 5px;
}
.txtg{
	color: #CCCCCC;
}
.padb{
	padding-bottom: 15px;
}
.padb10{
	padding-bottom: 10px;
}
.padtop{
	padding-top: 15px;
}
.padbc{
	padding-bottom: 15px;
	text-align:center;
}
.st{
	font-size:0.7em;
}
.img_left{
	float: left;

}
.align-left{
	border:1px solid #CCCCCC;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	width:85%;
}
.align-left p{
	padding: 0px;
}
.num input {
	margin-left:10px;
	margin-bottom:5px;
	width:20px;
}
.tx-ttnews-browsebox a{
	margin-right:10px;
	display:inline-block;
}
.tx-ttnews-browsebox .tx-ttnews-browsebox-SCell a{
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	margin-top:1px;
}
#video{
	padding-top:15px;
	padding-bottom:10px;
}
