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

body, html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
}

body {
	min-width: 980px;
	z-index: 0;
	background: #ccc;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #666;
}

a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a.clean, a.clean:hover {
	text-decoration: none;
	border-bottom: none;
}
img, table, a img, a:hover img, a img:hover {
	border-bottom: none;
}
hr {
	border: none;
	border-top: 1px solid #ededed;
	color: #ededed;
	background-color: #ededed;
	height: 1px;
	margin: 10px 0 10px 0;
}
h2 {
	background: #ededed;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px solid #ccc;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 5px 10px 3px 10px;
}
h3 i {
	margin-right: 7px;
}

.main {
	display: block;
	overflow: hidden;
	width: 980px;
	position: relative;
	left: 50%;
	margin: 0 0 0 -490px;
}

#header {
	display: block;
	overflow: hidden;
	margin: -10px -10px 0 -10px;
	background: #fff url(/images/bg_logo.png) no-repeat 0 0;
	box-sizing: border-box;
	padding: 10px;
}
#logo {
	position: relative;
	float: left;
	width: 300px;
}

#freedelivery {
	position: relative;
	display: block;
	overflow: hidden;
	float: left;
	margin: 5px 0 0 50px;
	padding: 0 0 0 75px;
	height: 36px;
	font-size: 12px;
	line-height: 18px;
	background: transparent url(/images/dpd.png) no-repeat left center;
	color: #666;
}
a#freedelivery:hover {
	color: #000;
}

#basket_content {
	position: absolute;
	top: 30px;
	right: 5px;
	font-size: 13px;
	line-height: 16px;
	display: block;
	overflow: hidden;
}
#basket_content div {
	float: left;
	margin-left: 20px;
}
#basket_content:hover {
	cursor:pointer;
}


#header #mainmenu_placeholder {
	height: 92px;
	display: block;
}

#page {
	position: relative;
	margin: 0;
	padding: 0 0 0 0;
	display: block;
	overflow: hidden;
}
#page .main {
	background: #fff;
	padding: 42px 10px 10px 10px;
	margin-left: -500px;
}
#page .main.notop {
	padding-top: 10px;
}

#menu {
	position: relative;
	background: #1a1a1a url(/images/bg_button.png) repeat-x top left;
	height: 54px;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
	font-stretch: condensed;
	margin: 0 -10px 10px -10px;
}
#menu.textonly {
	height: 32px;
	font-size: 18px;
	line-height: 32px;
}
#menu.textonly span {
	padding-left: 10px;
	border: none;
}
#menu a {
	display: table-cell;
	overflow: hidden;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	color: #fff;
	min-width: 104px;
	height: 44px;
	padding: 5px 10px;
	text-align: center;
	border-right: 1px solid #333;
	vertical-align: middle;
	transition: .2s ease-in-out;
}
#menu a:hover {
	color: #fcda00;
	background: #000;
}
#menu span {
	font-size: 18px;
	line-height: 32px;
	text-transform: uppercase;
	color: #fff;
	padding: 4px 5px;
	border-right: 1px solid #333;
}

h1 {
	float: right;
	display: block;
	overflow: hidden;
	position: relative;
	color:  #999;
	line-height: 15px;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: -0.5px;
	margin: 0;
	padding: 1px 2px 0 2px;
	text-transform: lowercase;
	font-style: italic;
	font-family: Trebuchet MS, Sans-Serif;
}
h2.maintitle {
	position: relative;
	padding: 9px 80px 2px 0;
	color:  #000;
	line-height: 24px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	/*background: #fff url(/images/bg_h1.gif) no-repeat right 9px;*/
	background: #fff;
	border: none;
}
h2.maintitle.filter {
	padding-top: 0;
	margin-top: 0;
}
h2.maintitle span {
	color: #ccc;
	padding: 0 10px 0 10px;
}
h2.maintitle b.discount {
	display: inline-block;
	background: #000;
	color: #fff;
	margin-left: 20px;
	border-radius: 3px;
	padding: 2px 5px 2px 5px;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0px;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
}
h2.maintitle b.discount span {
	color: #fcda00;
	padding: 0;
}
h3 {
	color: #1a1a1a;
	font-size: 16px;
	line-height: 20px;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
}
h3.hilited {
	background: #ededed;
	color: #333;
	border-bottom: 2px solid #ccc;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 5px 10px 3px 10px;
}
h3.bottomspace {
	margin-bottom: 5px;
}
h4 {
	color: #1a1a1a;
	font-size: 14px;
	line-height: 18px;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
}
h4 a {
	color: #1a1a1a;
}
h4 a:hover {
	color: #000;
}


#column_left {
	width: 170px;
	display: block;
	overflow: hidden;
	position: relative;
	padding: 10px 0 0 0;
}
#content_wrapper {
	float: right;
	width: 800px;
	display: block;
	overflow: hidden;
}
#content {
	display: block;
	overflow: hidden;
	float: left;
	width: 470px;
}
#content.full {
	width: 800px;
}
#column_right {
	float: right;
	display: block;
	overflow: hidden;
	width: 300px;
	padding: 0 0 10px 0;
}
#content_wrapper.old #content {
	width: 570px;
}
#content_wrapper.old #column_right {
	width: 200px;
}

#content_full {
	display: block;
	overflow: hidden;
	width: 800px;
	float: none;
	clear: both;
}


#column_left .box {
	display: block;
	overflow: hidden;
	background: #ededed;
	margin: 0 10px 10px 0;
	padding: 0 0 5px 0;
	position: relative;
}
#column_left .box h4 {
	background: #000;
	color: #fff;
	font-size: 16px;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
	line-height: 20px;
	padding: 3px 5px;
	margin: 0 0 5px 0;
}
#column_left .box h4.hilite {
	color: #fcda00;
}
#column_left .box h4 i.fa {
	float: right;
	font-weight: normal;
	margin: 2px 0px 0 0;
}

#column_left .box p {
	color: #333;
	font-size: 11px;
	line-height: 14px;
	padding: 0px 5px 2px 5px;
}
#column_left .box .row {
	display: block;
	overflow: hidden;
	padding: 5px;
	color: #333;
	font-size: 13px;
	line-height: 20px;
}
#column_left .box .row a {
	color: #333;
	font-size: 13px;
	padding: 0;
	line-height: 16px;
}
#column_left .box .row a.nopad {
	color: #333;
}
#column_left .box .row a i {
	color: #666;
	margin-right: 2px;
}
#column_left .box .row a:hover {
	color: #000;
}
#column_left .box .row a:hover i {
	color: #000;
}

#column_left .box select#sel_store_country {
	width: 100%;
}

#column_left .box ul li {
	display: block;
	overflow: hidden;
}

#column_left .banner {
	position: relative;
	margin: 0 0 10px 0px;
}





#footer {
	display: block;
	overflow: hidden;
	padding: 0;
}
#footer .main {
	background: #ededed;
	padding: 10px;
	margin-left: -500px;
	border-top: 10px solid #ccc;
}
#footer .fcolumn {
	position: relative;
	float: left;
	display: block;
	overflow: hidden;
	width: 230px;
	margin-left: 40px;
}

#footer #pageinfo {
	width: 170px;
	font-size: 12px;
	line-height: 16px;
	padding: 0;
	margin: 0;
}
#footer #pageinfo.other {
	background: transparent;
	padding: 0 0 0 0;
}
#footer #pageinfo p {
	padding: 0 10px 4px 10px;
	color: #666;
}
#footer #pageinfo p.bigger {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -1px;
	color: #333;
}
#footer #pageinfo p.smaller {
	font-size: 11px;
	margin-top: -7px;
}
#footer #pageinfo p a {
	color: #333;
}
#footermenu {
	padding: 5px 0 0 0;
}
#footernews {
	padding: 5px 0 0 0;
}
#footer #payment_info {
	position: relative;
	float: right;
	text-align: right;
}
#payment_info .methods {
	margin: 5px 0 10px 0;
	padding: 0;
	display: block;
	overflow: hidden;
}
#payment_info .methods img {
	margin: 0 0 3px 3px;
}
#footer h4 {
	font-size: 12px;
}
#footer p.menu {
	font-size: 11px;
	line-height: 14px;
	padding: 6px 0 0 0;
}
#footer p.menu a {
	color: #454545;
}
#footer p.menu a:hover {
	color: #000;
}
#footer .bisnode {
	display: block;
	overflow: hidden;
	position: relative;
	width: 168px;
	height: 168px;
	margin: 20px 0 0 0;
}
#footer .bisnode img {
	position: absolute;
	left: -1px;
	top: -1px;
	width: 170px;
	height: 170px;
}

#bottom_categories {
	display: block;
	overflow: hidden;
	padding: 10px 0 5px 0;
	background: #ccc;
	font-family: Tahoma,Trebuchet MS, Sans-Serif;
}
#bottom_categories .main {
	margin-left: -500px;
	width: 1000px;
}
#bottom_categories p {
	font-size: 10px;
	margin: 0;
	padding: 0 0 3px 0;
	line-height: 14px;
}
#bottom_categories p a {
	color: #666;
	padding-right: 10px;
}
#bottom_categories p a.first {
	color: #333;
	text-transform: uppercase;
}
#bottom_categories p a:hover {
	color: #000;
}
#bottom_categories div.psilon {
	color: #999;
	padding: 3px 0 0 0;
	font-size: 10px;
	line-height: 15px;
	text-align: right;
}
#bottom_categories div.psilon a {
	color: #999;
}
#bottom_categories div.psilon a.psilon {
	background: url(/images/icons/sprites.png) no-repeat 0px -160px;
	padding: 0 0 0 20px;
	color: #666;
}
#bottom_categories div.psilon a:hover {
	color: #1a1a1a;
}
#bottom_categories div.psilon a.id3 {
	background: url(/images/icons/sprites.png) no-repeat 0px -200px;
	padding: 0 0 0 16px;
	margin-left: 3px;
}
#bottom_categories .delimiter {
	color: #bababa;
}


#toprow {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 32px;
	background: #afafaf;
	box-shadow: 0 0 3px #333;
	font-size: 12px;
	overflow: hidden;
	display: block;
	z-index: 3;
}
#toprow .main {
	font-size: 12px;
	overflow: hidden;
	display: block;
	width: 1000px;
	margin-left: -500px;
}
#toprow div.noborder {
	border: none;
	padding-left: 0px;
}

#toprow #flags {
	float: left;
	border: none;
	padding: 6px 0 0 10px;
	overflow: hidden;
}
#toprow #flags a {
	margin: 2px 5px 0 0;
	transition: .2s ease-in-out;
}
#flags a img {
	opacity: 0.6;
	width: 20px;
	height: auto;
	border-radius: 2px;
	transition: .2s ease-in-out;
}
#flags a.sel img {
	opacity: 1;
}
#flags a:hover img {
	opacity: 1;
}
#topmenu {
	display: block;
	overflow: hidden;
	float: left;
	line-height: 32px;
	font-size: 11px;
}
#topmenu a {
	margin-left: 15px;
	color: #454545;
	transition: .2s ease-in-out;
}
#topmenu a:hover {
	color: #000;
}

#toprow form {
	float: left;
	margin: 6px 5px 0 5px;
	padding: 0;
	border-radius: 3px;
	border: none;
	background: #fff url(/images/icons/sprites.png) no-repeat right -80px;
	height: 20px;
}
input#srch_query {
	width: 120px;
	text-align: left;
	margin: 0;
	padding: 2px 0 0 0;
	border: none;
	box-shadow: none;
	color: #b2b2b2;
	font-size: 12px;
}
#srch_query.white {
	color: #fff;
}
#srch_query:focus, #srch_query.white:focus  {
	color: #333;
}

#srch_submit {
	width: 20px;
	height: 18px;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	transition: .2s ease-in-out;
}
#srch_submit:hover {
	cursor: pointer;
}
#topbasket {
	float: left;
	display: block;
	overflow: hidden;
	color: #454545;
	line-height: 32px;
	font-size: 12px;
	padding: 0 10px 0 18px;
	background: transparent url(/images/icons/basket_small.png) no-repeat 0 8px;
	margin-left: 10px;
	transition: .2s ease-in-out;
}
#topbasket.b2b {
	padding: 0 10px 0 0;
	background: transparent;
}
#topbasket span, #topbasket b, #topbasket i {
	font-size: 12px;
}
#topbasket.b2b b.forpay {
	display: block;
	background: url(/images/icons/basket_small_green.png) no-repeat 0 8px;
	padding-left: 17px;
	margin-left: 5px;
	float: right;
	color: #390;
}
#topbasket.b2b b.inprog {
	display: block;
	background: url(/images/icons/basket_small_yellow.png) no-repeat 0 8px;
	padding-left: 17px;
	margin-left: 5px;
	float: right;
	color: #960;
}
#toprow #topbasket.b2b b.forappr {
	display: block;
	background: url(/images/icons/basket_small_red.png) no-repeat 0 8px;
	padding-left: 17px;
	margin-left: 5px;
	float: right;
	color: #900;
}
#topbasket:hover {
	cursor:pointer;
	color: #000;
}
#basket_popup {
	display: none;
	position: fixed;
	top: 24px;
	left: 50%;
	margin: 0 0 0 -5px;
	font-size: 12px;
	line-height: 18px;
	max-width: 280px;
	background: #afafaf;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 8px;
	box-shadow: 0 3px 3px #999;
	z-index: 4;
}
#basket_popup a.quicklink {
	line-height: 18px;
	background: #333;
	padding: 0px 5px;
	color: #fff;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	border-radius: 3px;
	margin: 0 2px;
	transition: .2s ease-in-out;
}
#basket_popup a.quicklink:hover {
	background: #000;
	color: #fcda00;
}
#usrbox {
	line-height: 32px;
	position: relative;
	font-size: 12px;
	float: left;
	display: block;
	overflow: hidden;
}
#usrbox #usrinfo {
	position: relative;
	display: inline-block;
	overflow: hidden;
	color: #454545;
	border-left: 1px solid #999;
	padding: 0 8px;
	margin: 0;
}
#usrbox a {
	position: relative;
	display: inline-block;
	overflow: hidden;
	color: #333;
	text-transform: uppercase;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-size: 14px;
	font-weight: 700;
	padding: 0 8px;
	border-left: 1px solid #999;
	margin: 0;
	transition: .2s ease-in-out;
}
#usrbox a:hover {
	color: #000;
}
a#toplogin {
	background: #390;
	line-height: 32px;
	font-size: 14px;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
	transition: .2s ease-in-out;
}
a#toplogin:hover {
	color: #fcda00;
	background-color: #000;
}
a#toplogout {
	background-color: #933;
	color: #fff;
	transition: .2s ease-in-out;
}
a#toplogout:hover {
	background-color: #633;
	color: #fff;
}
#usrbox i.fa {
	font-size: 13px;
}



#mainmenu {
	position: relative;
	background: #ededed;
	width: 100%;
	box-shadow: 0 0 5px #999;
}
#mainmenu .main {
	padding: 0;
}
#mainmenu .item {
	float: left;
	margin: 5px 0 5px 10px;
	background: url(/images/bg_mainmenu_item.png) no-repeat center top;
	width: 112px;
	min-height: 82px;
	display: block;
	position: relative;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
}
#mainmenu .item a {
	position: absolute;
	left: 6px;
	bottom: 10px;
	width: 100px;
	color: #fcda00;
	font-size: 14px;
	line-height: 15px;
	text-transform: uppercase;
	text-align: center;
}
#mainmenu .item a.sel, #mainmenu .item a:hover, #mainmenu .item:hover a {
	color: #fff;
}
#mainmenu .item:hover {
	cursor: pointer;
}

#warningline {
	position: absolute;
	left: 50%;
	margin: 0 0 0 -490px;
	bottom: 3px;
	width: 980px;
	display: block;
	overflow: hidden;
}

#cookieinfo {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	display: block;
	overflow: hidden;
	padding: 30px 0 30px 30px;
	color: #fff;
	background: transparent url(/images/bg_cookie.png) repeat left top;
	z-index: 2;
	min-width: 300px;
}
#cookieinfo b {
	float: left;
	display: block;
	padding: 10px;
	line-height: 20px;
	font-size: 12px;
}
#cookieinfo a {
	color: #999;
	font-size: 11px;
	font-weight: normal;
}
#cookieinfo a:hover {
	color: #fff;
}
#cookieinfo button#cookieok {
	border: none;
	border-radius: 3px;
	background: #390;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	width: auto;
	margin: 0 15px 0 15px;
	font-family: Arial, helvetica, Sans-Serif;
}
#cookieinfo button#cookieok:hover {
	cursor: pointer;
	background: #6c0;
	color: #fff;
}
#cookieinfo a#closecookieinfo {
	position: absolute;
	top: 10px;
	right: 40px;
	color: #fff;
	opacity: 0.5;
}
#cookieinfo a#closecookieinfo:hover {
	opacity: 1;
}



.social_like {
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	font-size: 10px;
	color: #ccc;
}
.social_like #button_fb {
	position: relative;
	float: left;
	overflow:hidden;
}
.social_like #button_twitter {
	position: relative;
	float: left;
	width: 100px;
	overflow: hidden;
	margin-right: 10px;
}
.social_like #button_gplusone {
	position: relative;
	float: left;
	width: 90px;
	display: block;
	overflow: hidden;
	margin-right: 10px;
}

#social_share {
	display: block;
	overflow: hidden;
	height: 32px;
	color: #dfdfdf;
	margin: 10px 0 10px 0;
	text-align: right;
}
#social_share a {
	margin-left: 10px;
	float: right;
}
#social_share span {
	float: right;
	line-height: 32px;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -3px;
	margin-right: 10px;
}



.paginator {
	text-align: center;
	display: block;
	overflow: hidden;
	padding: 5px;
	color: #999;
	font-size: 16px;
	line-height: 20px;
	position: relative;
	text-transform: uppercase;
	margin: 10px 0;
}
.paginator .pages {
	margin: 0 120px 0 120px;
	text-align: center;
	position: relative;
}
.paginator a {
	position: relative;
	color: #666;
	padding: 0 7px 0 7px;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
}
.paginator a:hover {
	color: #000;
}
.paginator span {
	position: relative;
	color: #000;
	padding: 0 7px 0 7px;
	background: #ededed;
	border-radius: 3px;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
}
.paginator .prev {
	float: left;
	text-align: left;
	color: #999;
	position: relative;
	width: 150px;
	font-size: 14px;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
}
.paginator .prev a {
	color: #333;
	padding-left: 4px;
}
.paginator .prev i {
	font-size: 16px;
	margin-right: 5px;
}
.paginator .prev:hover a {
	color: #000;
}
.paginator .next {
	float: right;
	text-align: right;
	color: #999;
	position: relative;
	width: 150px;
	font-size: 14px;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
}
.paginator .next a {
	color: #333;
	padding-right: 4px;
}
.paginator .next i {
	font-size: 14px;
	margin-left: 5px;
}
.paginator .next:hover a {
	color: #000;
}
.paginator .prev span, .paginator .next span {
	position: relative;
	color: #999;
	padding: 0;
	background: transparent;
	border-radius: 0;
}
.paginator .prev a span, .paginator .next a span {
	position: relative;
	color: #333;
	padding: 0;
	background: transparent;
	border-radius: 0;
}


.formrow {
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #ededed;
	padding: 2px;
	margin: 5px 0 5px 0;
	max-width: 800px;
}
#content.full .formrow {
	width: 795px;
}
.formrow .label {
	float: left;
	width: 200px;
	padding: 5px 0 0 0;
	display: block;
	overflow: hidden;
	line-height: 120%;
}
.formrow span.text {
	line-height: 24px;
}
input, textarea, select {
	border: solid 1px #cccccc;
	border-radius: 3px;
	padding: 2px;
	font-family: Arial, Helvetica, Sans-Serif;
}
textarea.trans {
	border: solid 1px #ffffff;
	overflow: hidden;
}
input:focus, textarea:focus, select:focus {
	border: solid 1px #666666;
}
input[type=text]:disabled,input[type=password]:disabled {
	background: #ededed;
	border-color: #ddd;
}
input[type=text]:disabled:hover,input[type=password]:disabled:hover {
	cursor: not-allowed;
}
textarea.trans:focus {
	overflow: auto;
}
textarea {
	font-size: 12px;
	overflow: auto;
}
.formrow input, .formrow textarea, .formrow select {
	width: 490px;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 0px 0px 2px #fff;
	-webkit-box-shadow: 0px 0px 2px #fff;
	padding: 2px;
	margin: 0;
}
.formrow input:focus, .formrow textarea:focus, .formrow select:focus {
	border: 1px solid #666;
	box-shadow: 0px 0px 2px #ccc;
	-webkit-box-shadow: 0px 0px 2px #ccc;
}
.formrow input, .formrow textarea, .formrow select {
	margin-bottom: 5px;
}
.content_detail .formrow {
	font-size: 12px;
	line-height: 16px;
	width: 470px;
}
.content_detail .formrow .label {
	width: 160px;
}
.content_detail .formrow input, .content_detail .formrow textarea {
	width: 300px;
}
.formrow input.medium {
	width: 240px;
}
.formrow input.small {
	width: 190px;
}
.formrow input.smaller {
	width: 100px;
}
.formrow input.tiny {
	width: 50px;
}
input.calendar, .formrow input.calendar {
	width: 90px;
	background: url(/images/icons/calendar.png) no-repeat right center;
}
input.calendar_time, .formrow input.calendar_time {
	width: 150px;
	background: url(/images/icons/calendar.png) no-repeat right center;
}

.formrow i {
	color: #999;
	font-size: 11px;
	float: right;
}
input.button, button {
	color: #000;
	background:  #fcda00;
	border: 1px solid #fcda00;
	border-radius: 5px;
	padding: 2px 10px 2px 10px;
	font-size: 14px;
	line-height: 18px;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
	text-transform: uppercase;
	transition: .2s ease-in-out;
}
input.smaller, button.smaller {
	font-size: 11px;
	line-height: 14px;
	letter-spacing: -0.3px;
	padding: 1px 5px 1px 5px;
}
.formrow input.button, .formrow select, .formrow input[type=checkbox], .formrow input[type=radio],
.formrow button, .formrow input[type=button], .formrow input[type=submit] {
	width: auto;
}

input.button:hover, button:hover {
	background-color: #000;
	border: 1px solid #000;
	color: #fcda00;
	cursor: pointer;
}
input[type=button]:hover, input[type=submit]:hover {
	cursor: pointer;
}

#frm_msg {
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	display: none;
	margin-bottom: 20px;
}
#frm_msg p.error {
	color: #c00;
	border: 1px solid #c00;
	padding: 10px 10px 8px 10px;
}





#popup_menu {
	/*background: #666 url(/images/bg_popup_menu.png) repeat-x left top;*/
	background: #1a1a1a;
	width: 1000px;
	display: none;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 50%;
	margin: 0 0 0 -500px;
	box-shadow: 0 5px 5px #999;
	z-index: 2;
}
#popup_menu_container {
	background: #f9f9f9;
	margin: 0px 5px 5px 5px;
	display: block;
	overflow: hidden;
	min-height: 140px;
	padding: 10px;
}
#popup_menu_container h3 {
	color: #000;
	font-size: 14px;
	line-height: 17px;
	padding: 0;
	margin-bottom: 10px;
}
#popup_menu_container table {
	border: none;
	margin: 0;
	padding: 0;
	width: 740px;
}
#popup_menu_container table td {
	font-size: 11px;
	color: #333;
	text-align: left;
	vertical-align: top;
	padding: 0;
	margin: 0;
	min-width: 150px;
}
#popup_menu_container table td ul {
	padding: 0 0 0 15px;
	margin: 0 20px 0 0;
	list-style-type: disc;
}
#popup_menu_container table td ul li {
	line-height: 13px;
	padding: 0 0 2px 0px;
	margin: 0 0 0 -2px;
	color: #999;
}
#popup_menu_container table td ul li.first {
	font-weight: bold;
	border-bottom: 1px solid #ededed;
	margin: 0 0 3px -15px;
	padding: 0 0 3px 0;
	list-style-type: none;
	color: #333;
}
#popup_menu_container table td ul li:hover {
	text-shadow: 0 0 1px #999;
	list-style-type: circle;
	cursor: pointer;
}
#popup_menu_container table td ul li.first:hover {
	list-style-type: none;
}
#popup_menu_container table td a {
	color: #333;
}
#popup_menu_container table td a:hover {
	color: #000;
}
#popup_menu_container .brands {
	float: right;
	width: 200px;
	display: block;
	overflow: hidden;
	color: #000;
	padding-top: 27px;
}
#popup_menu_container div.hilite a {
	color: #000;
	font-weight: bold;
	line-height: 24px;
	padding: 0 8px 0 8px;
	text-transform: uppercase;
}


#popup_filter {
	display: none;
	overflow: hidden;
	position: absolute;
	z-index: 11111;
	background: transparent url(/images/bg_filter_arrow.png) no-repeat 0 5px;
	padding: 0 0 0 29px;
}
#popup_filter_body {
	background: #999;
	color: #000;
	border: 1px solid #999;
	border-radius: 5px;
	padding: 3px;
	font-size: 11px;
	line-height: 15px;
	width: 200px;
	min-height: 20px;
	overflow: hidden;
	box-shadow: 2px 2px 5px #333;
	margin: 0 5px 5px 0;
}


#popup_login {
	position: fixed;
	top: 60px;
	color: #fff;
	background:  #333;
	border: 1px solid  #333;
	border-radius: 5px;
	box-shadow: 0 0 10px #000;
	max-width: 350px;
	z-index: 5;
	display: none;
}
#popup_login #frmlogin {
	padding: 10px;
}
#popup_login #frmlogin h3 {
	color: #fcda00;
	padding-bottom: 10px;
}
#popup_login #frmlogin .formrow {
	border: none;
	width: 350px;
}
#popup_login #frmlogin .formrow .label {
	width: 120px;
	font-size: 12px;
}
#popup_login #frmlogin .formrow input[type="text"],
#popup_login #frmlogin .formrow input[type="password"] {
	width: 200px;
	box-shadow: none;
	border: 1px solid #ccc;
	background: #ccc;
}
#popup_login #frmlogin .formrow input:focus {
	border: 1px solid #fff;
	background: #fff;
}
#popup_login #button_login {
	margin-left: 120px;
	width: auto;
	letter-spacing: 0;
	font-size: 16px;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
}
#popup_login input#button_resend_password, #popup_login button#button_goregister {
	width: auto;
	letter-spacing: 0;
	font-size: 12px;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
	width: auto;
}
#popup_login p {
	padding: 20px 0 5px 0;
	font-size: 12px;
	line-height: 15px;
}
#popup_login a {
	color: #fcda00;
}
#popup_login a:href {
	color: #fff;
}

#errorbox {
	display: none;
	position: fixed;
	z-index: 200;
	top: 150px;
	left: 50%;
	min-width: 300px;
	max-width: 480px;
	border: 1px solid #1a1a1a;
	border-radius: 10px;
	box-shadow: 0px 0px 15px #000;
	color: #fff;
	font-size: 12px;
	padding: 10px;
	background: #1a1a1a;
}
#errorbox_title {
	color: #fcda00;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 24px;
	padding: 0px;
	margin: 0 24px 10px 0;
}
#errorbox_msg {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 12px;
	overflow: hidden;
	line-height: 16px;
}
#errorbox_msg a {
	color: #ffc;
}
#errorbox_msg a:hover {
	color: #fcda00;
}

.left {
	float: left;
}
.right {
	float: right;
}
.centralizer {
	text-align: center;
}
.rightalizer {
	text-align: right;
}
.spacer {
	display: block;
	height: 10px;
	line-height: 10px;
}
.fixator {
	display: block;
	overflow: hidden;
}
.wider {
	letter-spacing: 1px;
}
.delimiter {
	padding: 0 10px 0 10px;
}
.bottom_spacer {
	margin-bottom: 10px;
}
.p5 {
	padding: 5px;
}
.p10 {
	padding: 10px;
}
.mt {
	margin-top: 10px;
}
.mb {
	margin-bottom: 10px;
}
.mr {
	margin-right: 10px;
}
.ml {
	margin-left: 10px;
}
.lite, p.lite {
	color: #999;
}
.dark {
	color: #000;
}
.darker {
	color: #333;
}
.yellow {
	color: #fcda00;
}
.uppercase {
	text-transform: uppercase;
}
.font_oscb {
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
}
.info, p.info, #content p.info {
	background: url(/images/icons/info.png) no-repeat 0 0;
	padding-left: 20px;
}



a.reload {
	background: url(/images/icons/reload.png) no-repeat left center;
	padding: 0 5px 0 22px;
}
a.close {
	background: url(/images/icons/close.png) no-repeat left center;
	padding: 0 5px 0 18px;
}
a.down {
	background: url(/images/icons/down.png) no-repeat left center;
	padding: 0 5px 0 20px;
}
a.pdf {
	background: url(/images/icons/toolbar.png) no-repeat 0px 0px;
	padding: 0 0 0 20px;
}
a.lock {
	background: url(/images/icons/lock.png) no-repeat left center;
	padding: 0 5px 0 18px;
}
a.loading {
	background: url(/images/loading_16.gif) no-repeat 0px 0px;
	padding: 0 0 0 20px;
}
a.back span {
	background: url(/images/icons/filters.png) no-repeat 0px -38px;
	line-height: 16px;
	padding-left: 12px;
}
a.back:hover span {
	background: url(/images/icons/filters.png) no-repeat -120px -38px;
}
a.add span {
	background: url(/images/icons/filters.png) no-repeat 0px -98px;
	line-height: 16px;
	padding-left: 12px;
}
a.add:hover span {
	background: url(/images/icons/filters.png) no-repeat -120px -98px;
}

#column_left .boxlite .row a.user {
	background: url(/images/icons/admin/user_black.png) no-repeat left center;
	padding: 0 0 0 20px;
}
#column_left .boxlite .row a.folder_next {
	background: url(/images/icons/admin/folder_next.png) no-repeat left center;
	padding: 0 0 0 20px;
}

.button_yellow {
	background: #fe0;
	max-width: 300px;
	line-height: 30px;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
	font-size: 20px;
	display: block;
	overflow: hidden;
	color: #1a1a1a;
	border-radius: 5px;
	margin: 2px;
	padding: 3px 10px 5px 10px;
}
input.button_yellow, button.button_yellow, submit.button_yellow {
	display: inline-block;
	border: none;
}
.button_yellow.small {
	padding: 0 5px 0 5px;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
}
.button_yellow.next {
	background: #fe0 url(/images/bg_button_right.png) no-repeat right center;
	padding-right: 25px;
}
.button_yellow:hover {
	cursor: pointer;
	background: #ff3;
	color: #000;
}
.button_yellow.next:hover {
	background: #ff3 url(/images/bg_button_right.png) no-repeat right center;
}
.button_dark, .formrow input.button_dark {
	background: #1a1a1a url(/images/bg_button_dark.png) repeat-x left top;
	border: 1px solid #1a1a1a;
	border-radius: 5px;
	max-width: 300px;
	line-height: 24px;
	font-size: 13px;
	letter-spacing: 0px;
	color: #fff;
	margin: 2px;
	padding: 1px 7px 1px 7px;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
	text-transform: uppercase;
}
.button_dark.big {
	background: #1a1a1a url(/images/bg_button.png) repeat-x left -10px;
	border: none;
	border-radius: 3px;
	max-width: 300px;
	line-height: 30px;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
	font-size: 20px;
	text-transform: none;
	color: #fff;
	margin: 2px;
	padding: 3px 10px 5px 10px;
}
.button_dark.back, .formrow input.button_dark.back {
	padding-left: 2px;
}
.button_dark.next, .formrow input.button_dark.next {
	padding-right: 2px;
}
.button_dark.big.next {
	border: none;
	background: #1a1a1a url(/images/bg_button_right.png) no-repeat right center;
	padding-right: 25px;
}

.button_dark:hover, .formrow .button_dark:hover {
	background: #000;
	color: #fcda00;
	cursor: pointer;
	border: 1px solid #000;
}
.button_dark.big:hover {
	border: none;
	color: #fcda00;
}
.button_dark.big.next:hover {
	background: #000 url(/images/bg_button_right.png) no-repeat right center;
	color: #fff;
}
.button_dark.redhover:hover {
	color: #f66;
}
.button_dark.greenhover:hover {
	color: #9f3;
}
button i {
	margin: 0 6px 0 -3px;
	font-weight: normal;
}
button i.onright {
	margin: 0 -3px 0 6px;
}
button.button_yellow i, submit.button_yellow i {
	font-size: 16px;
}
button.button_dark i {
	font-size: 16px;
}
button.button_dark.big i {
	font-size:18px;
}
button.button_dark:hover i {

}

button.button_dark.smaller {
	padding: 1px 5px 0 5px;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0;
	text-transform: uppercase;
}

button.fullsize {
	background: #1a1a1a url(/images/bg_button.png) repeat-x left top;
	border: none;
	border-radius: 3px;
	width: 100%;
	margin: 0;
	line-height: 32px;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
	font-size: 24px;
	text-transform: none;
	color: #fff;
	text-align: center;
	padding: 3px 10px 5px 10px;
}
button.fullsize:hover {
	border:none;
	background: #000;
	color: #fcda00;
}

table.listed {
	margin: 0;
	padding: 0;
	border-left: 1px solid #ededed;
	width: 100%;
}
table.noheader {
	border-top: 1px solid #ededed;
}
table.listed tr.hilite td {
	color: #000;
	background: #ffc;
}
table.listed th {
	text-align: center;
	color: #333;
	font-size: 10px;
	text-transform: uppercase;
	padding: 3px;
	border-right: 1px solid #ededed;
	background: #ededed;
}
table.listed th.new {
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
	text-transform: none;
	text-align: left;
	font-size: 13px;
	line-height: 15px;
}
table.listed th.new.rightalizer {
	text-align: right;
}
table.listed th.new.centralizer {
	text-align: center;
}
table.listed td {
	color: #666;
	font-size: 12px;
	line-height: 16px;
	padding: 3px;
	border-bottom: 1px solid #ededed;
	border-right: 1px solid #ededed;
}
table.listed tr.odd td {
	background: #ededed;
}
table.listed td span.delimiter {
	color: #ccc;
}
table.listed.frameonly {
	border: 1px solid #ededed;
}
table.listed.noborder, table.listed.noborder td, table.listed.frameonly td {
	border: none;
	color: #333;
}

table.netview {
	border:none;
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
}
table.netview tr td {
	border-top: 1px solid #ededed;
	border-left: 1px solid #ededed;
	font-size: 12px;
	line-height: 16px;
}
table.netview tr.first td {
	position: relative;
	border-top: 0;
	padding: 0;
	margin: 0;
}
table.netview tr td.first {
	border-left: 0;
}
table.netview tr td.notop {
	border-top: 0;
}
table.netview.c3 tr td {
	width: 33.33%;
}
table.netview.c4 tr td {
	width: 25%;
}
table.netview.c5 tr td {
	width: 20%;
}
table.netview tr td .holder {
	position: relative;
	display: block;
	overflow: hidden;
}
table.netview.c3 tr td .holder {
	margin: 20px;
}
table.netview.c4 tr td .holder {
	margin: 15px;
}
table.netview.c5 tr td .holder {
	margin: 10px;
}
table.netview.c3 tr td .holder.nomargin,
table.netview.c4 tr td .holder.nomargin,
table.netview.c5 tr td .holder.nomargin {
	margin-top: 0;
	margin-bottom: 0;
}
table.netview.c3 tr td .holder.nobottom,
table.netview.c4 tr td .holder.nobottom,
table.netview.c5 tr td .holder.nobottom {
	margin-bottom: 0;
}
table.netview.c3 tr td .holder.notop,
table.netview.c4 tr td .holder.notop,
table.netview.c5 tr td .holder.notop {
	margin-top: 0;
}
table.netview tr td h4 {
	padding-bottom: 5px;
}
table.netview tr td .alert {
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	background: #1a1a1a;
	border-radius: 3px;
	padding: 0 4px 2px 4px;
	text-transform: uppercase;
	width: auto;
	display: inline;
	position: absolute;
	left: 5px;
	bottom: 0;
}
table.netview tr td .alert span {
	padding: 0 0 0 5px;
	font-size: 16px;
	color: #fcda00;
}
table.netview tr td .thumb {
	margin: 10px 0 10px 0;
	height: 120px;
	display: block;
	overflow: hidden;
	text-align: center;
	position: relative;
}
table.netview tr td .thumb img {
	position: relative;
	top: 60px;
	margin-top: -25%;
}
table.netview tr td img.mtb {
	margin: 10px 0 10px 0;
}
table.netview tr td .holder.hover:hover {
	cursor:pointer;
}
table.netview tr td .holder.hover:hover p,
table.netview tr td .holder.hover:hover h4 {
	color: #000;
}


tr.selector:hover td {
	cursor: pointer;
	color: #000;
	background: #ededed;
}


#advanced_search {
}
#advanced_search .formrow, #advanced_search .formrow .label {
  font-size: 14px;
}
#advanced_search .formrow i {
  float: none;
  font-size: 12px;
}

#button_check_vat {
	display: none;
	margin-left: 10px;
}


.boxedinfo {
	background: #ededed;
	padding: 7px;
	border-radius: 5px;
	font-size: 13px;
	line-height: 17px;
	color: #1a1a1a;
}

.redinfo {
	background: #ffc9c9;
	padding: 7px;
	border-radius: 5px;
	font-size: 13px;
	line-height: 17px;
	color: #1a1a1a;
}



#toploading {
	display: none;
	overflow: hidden;
	width: 168px;
	height: 55px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -89px 0 0 -47px;
	background: transparent url(/images/bg_cookie.png) repeat center center;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px;
}
#toploading img {
	margin: 20px;
}

#tooltip {
	position: absolute;
	display: none;
	overflow: hidden;
	max-width: 150px;
	background: #1a1a1a;
	border-radius: 3px;
	color: #fff;
	font-size: 11px;
	line-height: 15px;
	padding: 3px 5px;
	box-shadow: 0 0 3px #333;
	z-index: 99;
}

/* piktogrami */
#pictograms, #pictograms_small {
	position: relative;
	display: block;
	overflow: hidden;
}
#pictograms div, #pictograms_small div {
	position: relative;
	float: left;
	display: block;
	overflow: hidden;
	margin: 2px;
}
#pictograms_small div img {
	position: relative;
	height: 30px;
	width: auto;
}
#pictograms_small:hover {
	cursor: pointer;
	cursor: zoom-in;
}
#pictograms {
	display: none;
}
#pictograms div img {
	height: 50px;
	width: auto;
}
#pictograms:hover {
	cursor: pointer;
	cursor: zoom-out;
}

/* product & fp banners */
#banner_products {
	width: 800px;
	overflow: hidden;
	display: none;
	font-size: 11px;
	background: transparent url(/images/loading_medium.gif) no-repeat center center;
}
a.fpban, div.fpban {
	display: block;
	overflow: hidden;
	float: left;
	margin: 0 0 0 10px;
}
a.fpban.first, div.fpban.first {
	margin-left: 0;
}
#ban_imgbox_wrapper {
	position: relative;
	display: block;
	overflow: hidden;
}
#ban_imgbox {
	margin-top: 5px;
	position: relative;
	width: 800px;
	height: 400px;
	overflow: hidden;
	display: block;
	text-align: right;
}
#banner_products #ban_imgbox {
	margin-top: 0;
	width: 800px;
	height: 200px;
	overflow: hidden;
	display: block;
	text-align: right;
}
#ban_imgbox_wrapper a.navi {
	position: absolute;
	top: 50%;
	margin-top:-20px;
	display: block;
	width: 20px;
	border-radius: 5px;
	padding: 0;
	color: #000;
	background: #fff;
	text-align: center;
	opacity: .7;
	font-size: 24px;
}
#ban_imgbox_wrapper a#naviback {
	left: -5px;
	padding: 10px 5px 10px 10px;
}
#ban_imgbox_wrapper a#navinext {
	right: -5px;
	padding: 10px 10px 10px 5px;
}
#ban_imgbox_wrapper a.navi:hover {
	opacity: 1;
}

.fixator {
	font-size: 12px;
	color: #666;
}
#bancount {
	line-height: 16px;
	font-size: 11px;
	color: #999;
	padding: 10px 20px 0 2px;
}
#ban_pagin {
	overflow: hidden;
	display: block;
	float: right;
	margin: 3px 0 3px 10px;
}
#ban_pagin a {
	display: block;
	float: left;
	width: 15px;
	text-align: center;
	background: #fff;
	border-radius: 3px;
	padding: 0px;
	margin: 1px 0 0 5px;
	font-size: 13px;
	line-height: 15px;
	color: #666;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
}
#ban_pagin a.sel {
	color: #000;
	background: #fe3;
}
#ban_pagin a:hover {
	background: #fff;
	color: #000;
}
#ban_pagin #resume_rotation {
	float: left;
	margin: 1px 0 0 5px;
	width: 15px;
	font-size: 15px;
	height: 12px;
	text-align: center;
	color: #666;
}
#ban_pagin #resume_rotation:hover {
	cursor: pointer;
	color: #000;
}
#ban_pagin #resume_rotation2 {
	margin: 1px 0 0 5px;
	float: left;
	width: 12px;
	height: 12px;
	background: url(/images/icons/filters.png) no-repeat -100px 0;
}
#ban_pagin #resume_rotation2:hover {
	cursor: pointer;
	background: url(/images/icons/filters.png) no-repeat -40px 0;
}


/* SUBSCRIBE */
a#emailsubscribe {
	display: inline-block;
	margin-left: 20px;
	box-sizing: border-box;
	background: #333;
	padding: 5px 10px;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	line-height: 22px;
	transition: all 0.3s ease;
}
a#emailsubscribe:hover {
	color: #fcda00;
	background: #000;
}



/* MAP */
#map {
	width: 800px;
	height: 400px;
	display: block;
	overflow: hidden;
}
#map .balon {
	width: 200px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	text-align: left;
}
#map .balon p {
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 0;
	font-size: 12px;
	line-height: 15px;
	padding: 2px 0;
	text-align: left;
	color: #333;
}
#map .balon p b {
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}


/*	COLORBOX
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxLoadingGraphic{background:url(/images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(/images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(/images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(/images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}




/* AUTOCOMPLETE */
.ac_results { padding: 0; margin: 5px 0 0 -5px; background-color: #fff; overflow: hidden;	z-index: 99999;	color: #333;	border: 1px solid #ededed;	box-shadow: 0px 0px 10px #666; border-radius: 5px;}
.ac_results ul { width: 100%;	list-style-position: outside;	list-style: none;	padding: 0;	margin: 0;}
.ac_results li {	margin: 0px;	padding: 2px 10px 2px 2px;	cursor: default;	display: block;	border-bottom: 1px solid #ededed; font-size: 12px; line-height: 16px;	overflow: hidden;}
.ac_results li:hover {	cursor: pointer;	}
.ac_loading {	background: #fff url('/images/loading_16.gif') right center no-repeat;}
.ac_odd {}
.ac_over {color: #000;	background-color: #ff9;}
.ac_results li div {	padding: 3px;	background: no-repeat left center;	display: block;}



/* MEDIA DETECTION */
div#atb-mediatype { border-width: 0; padding: 0; margin: 0; }
@media print      {#atb-mediatype {margin-top:1px;}}
@media embossed   {#atb-mediatype {margin-right:1px;}}
@media braille    {#atb-mediatype {margin-bottom:1px;}}
@media aural      {#atb-mediatype {margin-left:1px;}}
@media tty        {#atb-mediatype {border-top:1px;}}
@media screen     {#atb-mediatype {padding-top:1px;}}
@media projection {#atb-mediatype {padding-right:1px;}}
@media handheld   {#atb-mediatype {padding-bottom:1px;}}
@media tv         {#atb-mediatype {padding-left:1px;}}


/* MOBILE DETECTION */
#mobile_detector {
	display: none;
}
@media screen and (max-width: 810px) {
	#mobile_detector {
		display: block;
	}
}
#mobile_info {
	display: none;
	overflow: hidden;
	background: rgb(0,0,0, 0.85);
	color: #fff;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px 10px;
	min-height: 160px;
	z-index: 100;
}
#mobile_info p {
	position: relative;
	color: #fff;
	font-size: 100%;
	line-height: 130%;
	max-width: 400px;
	margin: 0 auto;
	padding: 0 0 0 24px;
}
#mobile_info p span {
	color: #ffd900;
}
#mobile_info p i.fa {
	position: absolute;
	left: 0;
	top: 2px;
}
#mobile_info a {
	display: inline-block;
	color: #fff;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 150%;
	line-height: 130%;
	margin: 10px 30px;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
}
#mobile_info a.mobile_yes {
	background: #0c0;
}
#mobile_info a.mobile_no {
	background: #930;
}
#mobile_info a:hover {
	background: #ffd900;
	color: #000;
}

#mobile_info_icon {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 40px;
	font-size: 400%;
	color: #fff;
	text-align: center;
}

.content_list {
	display: block;
	overflow: hidden;
}
.content_list.notitle {
	margin-top: -8px;
	background: #fff;
}

.content_list .row {
	display: block;
	overflow: hidden;
	padding: 10px 0 10px 0;
}
.content_list .row h3 a {
	font-size: 14px;
	line-height: 18px;
	color: #333;
	padding-bottom: 5px;
}
.content_list .row p {
	color: #666;
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	padding: 3px 0 0 0;
}
.content_list .row:hover {
	cursor: pointer;
}
.content_list .row:hover h3 a, .content_list .row:hover p {
	color: #000;
}

.content_list .item {
	display: block;
	overflow: hidden;
	margin: 15px 0 5px 0;
}
.content_list .item .item_thumb {
	position: relative;
	float: left;
	width: 90px;
	height: 90px;
	background: no-repeat center center;
	display: block;
	overflow: hidden;
	margin-right: 10px;
	border-radius: 5px;
}
.content_list .item .item_content {
}
.content_list .item h3 {
	font-size: 14px;
}
.content_list .item .subtitle {
	font-size: 11px;
	line-height: 16px;
	color: #999;
}
.content_list .item p {
	font-size: 12px;
	line-height: 16px;
}
.content_list .item:hover {
	cursor: pointer;
}
.content_list .item:hover h3 a {
	color: #000;
}
.content_list .item:hover p {
	color: #000;
}


.content_detail {
	display: block;
	overflow: hidden;
}
.content_detail p {
	font-size: 14px;
	line-height: 18px;
	padding: 2px 0 6px 0;
	color: #333;
}
.content_detail p.subtitle {
	font-size: 14px;
	color: #999;
}
.content_detail p.bigger {
	font-size: 16px;
	line-height: 20px;
}
.content_detail ul, .content_detail ol { 
	margin: 5px 5px;
	padding: 0 0 0 10px;
}
.content_detail ul li {
 list-style-type: disc;
 font-size: 14px;
 line-height: 18px;
 padding: 0 0 5px 5px;
 color: #333;
}
.content_detail ol li ul li {
 list-style-type: disc;
 font-size: 14px;
 line-height: 18px;
 padding: 0 0 5px 0px;
 color: #333;
}
.content_detail ol li {
 list-style-type: decimal;
 font-size: 14px;
 line-height: 18px;
 padding: 0 0 5px 5px;
 margin: 0 0 0 5px;
 color: #333;
}
.content_detail ul li ol li {
 list-style-type: decimal;
 font-size: 14px;
 line-height: 18px;
 padding: 0 0 5px 5px;
 margin: 0 0 0 5px;
 color: #333;
}


.content_detail td {
	font-size: 14px;
	line-height: 18px;
}


ul.attachments {
	margin: 5px 0 0 25px;
	list-style-type: disc;
	padding: 0;
}
ul.attachments li {
	padding: 5px 0 5px 0;
	font-size: 14px;
}
ul.attachments li span {
	color: #ccc;
	font-size: 12px;
	margin-left: 10px;
}

#gallery_big {
	width: 470px;
	margin: 0 0 10px 0;
	text-align: center;
	font-size: 10px;
	color: #ccc;
}
#gallery_navigation {
	position: absolute;
	display: none;
	overflow: hidden;
	margin: 0;
	width: 470px;
	text-align: center;
}
#gallery_navigation div {
	padding: 10px;
}
#arrow_zoom {
	margin: 0 60px 0 60px;
}
#arrow_back {
	float: left;
}
#arrow_next {
	float: right;
}
#arrow_back_link, #arrow_next_link {
	display: none;
}
#gallery_navigation a {
	border: none;
}
#gallery_big img {
}
.gallery_row {
	display: block;
	overflow: hidden;
}
.gallery_item {
	float: left;
	width: 150px;
	overflow: hidden;
	margin: 0 0 0 10px;
}
.gallery_item .thumb {
	background-position: center center;
	background-repeat: no-repeat;
	width: 150px;
	height: 110px;
}
.gallery_item .thumb_high {
	background-position: center center;
	background-repeat: no-repeat;
	width: 150px;
	height: 200px;
}
.gallery_item .thumb img, .gallery_item .thumb_high img {
	width: 100%;
	height: 100%;
}
.gallery_row .first {
	margin: 0 0 10px 0;
}
.gallery_item p {
	font-size: 10px;
}
.gallery_item a {
	border: none;
}
.gallery_item:hover {
}
#gallery_big_list {
	display: none;
}
.gallery_row .simple {
	position: relative;
	float: left;
	width: 150px;
	height: 120px;
	text-align: center;
	vertical-align: middle;
	margin: 0 0 10px 10px;
	display: block;
	overflow: hidden;
}
.gallery_row .simple.first {
	margin: 0 0 10px 0;
}
.gallery_row .simple img {
	max-width: 150px;
	max-height: 110px;
	vertical-align: middle;
	opacity: 0.9;
}
.gallery_row .simple:hover img {
	opacity: 1;
}

#movie_player {
	margin: 20px 0 10px 0;
}
.movie_row {
	display: block;
	overflow: hidden;
}
.movie_item {
	float: left;
	margin: 0 0 10px 10px;
	width: 110px;
	font-size: 11px;
	line-height: 18px;
}
.movie_item img {
	width: 110px;
	height: auto;
}
.movie_row .first {
	margin: 0 0 10px 0;
}
.movie_item a {
	border: none;
}

#column_right .box {
	display: block;
	overflow: hidden;
	margin: 0 0 20px 0;
}
#column_right .box .item {
	display: block;
	overflow: hidden;
	margin: 0 0 10px 0;
}
#column_right .box h2 {
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
	border-bottom: none;
	background: #ccc;
}
#column_right .box h3 {
	font-size: 13px;
	padding-bottom: 3px;
}
#column_right .box h3 a {
	color: #333;
}
#column_right .box h3 a:hover {
	color: #000;
}
#column_right .box p {
	font-size: 12px;
	line-height: 15px;
}
#column_right .box .icon {
	background: no-repeat center center;
	width: 40px;
	height: 30px;
	display: block;
	float: left;
}
#column_right .box .itembody {
	display: block;
	margin-left: 50px;
}
#column_right .box .item {
	background: no-repeat left top;
	padding: 0 0 0 0;
	margin-bottom: 10px;
}
#column_right .box .item h4 {
	font-size: 13px;
	margin: 0;
	padding: 0 0 3px 0;
}
#column_right .box .item p {
	font-size: 12px;
	line-height: 15px;
	color: #666;
}
#column_right .box .item:hover {
	cursor: pointer;
}
#column_right .box .item:hover h4 a {
	color: #000;
}
#column_right .box .item:hover p {
	color: #333;
}
#column_right .box#linked_items, #column_right .box#latest_news {
	display: block;
	overflow: hidden;
	margin: 5px 0 20px 0;
	background: #ededed;
	padding: 0;
}
#column_right .box#linked_items h2, #column_right .box#latest_news h2 {
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: none;
	background: #1a1a1a;
	border-radius: 0;
}
#column_right .box#linked_items h2 i, #column_right .box#latest_news h2 i {
	margin: 0 5px 0 -3px;
}
#column_right .box#linked_items .item, #column_right .box#latest_news .item {
	margin: 0 0 10px 10px;
}




#column_right .box .ad {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 10px 0 0 0;
	padding: 0;
}
#column_right .box .ad h3 {
	background: url(/images/bg_description.png) repeat-x left top;
	font-size: 14px;
	line-height: 18px;
	padding: 2px 0 2px 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	display: block;
}
#column_right .box .ad h3 a {
	color: #fff;
	margin: 0 5px 0 5px;
	display: block;
	float: left;
}
#column_right .box .ad p {
	color: #666;
	font-size: 11px;
	line-height: 14px;
	padding: 0 0 5px 0;
}
#column_right .box .ad p img {
	max-width: 200px;
}
#column_right .box .ad:hover {
	cursor: pointer;
}
#column_right .box .ad:hover p {
	color: #000;
}
#column_right .box .ad:hover h3 a {
	color: #ff0;
}


#column_right .help {
	border: 1px solid #ccc;
	background: #ededed;
	color: #666;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
}
#column_right .help h3 {
	color: #333;
	font-size: 16px;
	padding: 5px 10px 5px 10px;
	margin: 0;
}
#column_right .help p {
	padding: 5px 10px 5px 10px;
}
#column_right .help.sel {
	border: 1px solid #ccc;
	background: #ededed;
	color: #333;
}
#column_right .help.sel h3 {
	color: #000;
}
#column_right .help.sel p {
	color: #333;
}
#column_right .help div.centralizer {
	margin: 20px;
}
#column_right .help div.centralizer a.buynow {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	padding: 5px 20px 5px 20px;
	border-radius: 3px;
	background: #0e56a5;
	border: 1px solid #0e56a5;
	color: #fff;
	text-align: center;
}
#column_right .help div.centralizer a.buynow:hover {
	background-color: #0097da;
	border: 1px solid #0097da;
}



#column_right .movie_item {
	width: 90px;
	margin: 5px 0 10px 15px;
}
#column_right .movie_item img {
	width: 90px;
}
#column_right .movie_row .first {
	margin: 5px 0 10px 0;
}