/*---general stuff------------------------------------*/
* {

}
HTML {
	background-color:#DEDEDE;
	font-size: 12px;
	color: #656565;
    font-family: Arial, Helvetica, sans-serif;
}
HTML,BODY {
	margin: 0;
	padding: 0;
}
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,
table, caption, tbody, tfoot, thead, tr, th, td ,hr {

	text-decoration: none;
	line-height: 1.3em;
}
.hidden{
display:none;
}
.show{
display:block;
}
SELECT {
}
INPUT,TEXTAREA{
	border:1px solid #c4c4c4;
}
.mediuminput{
	width:160px;
}
.smallinput{
	width:100px;
}
INPUT:focus,TEXTAREA:focus,SELECT:focus {
}
HR {
	border: 0px;
	color: #dedede;
	background-color: #dedede;
	height: 1px;
	width: 100%;
	text-align: left;
	margin: 3px 0px;
	padding: 0px;
}
UL {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 10px;
}
A {
	color: #333;
	text-decoration: none;
	outline: none; 
	padding: 0;
	margin: 0;
}
A IMG {
	outline: none; 
	border: 0;
	padding: 0;
	margin: 0;	
}
A:link {
}
A:visited {
}
A:hover {
	text-decoration: underline;
}
A:hover IMG {
	text-decoration: none;
}
A:active  {
	text-decoration: none;
}

H2 {
	font-size: 14px;
	font-weight: normal;
	margin: 3px 0px;
	padding: 0;
	color: #000000;
}
H3, H1 {
	font-size: 18px;
	margin: 3px 0px;
	padding: 0;
		font-weight:bold;
}

FORM {
	margin: 0;
	padding: 0;
}
TABLE,IMG {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
TABLE TH {
	padding: 0px 3px;
}
P {
	padding: 0;
	margin: 5px 0px;
}

fieldset {
	position: relative;
	border: 1px solid #32b545;
	margin-bottom: 9px;
	padding: 6px;

}
legend {
	margin-left: 5px;
	color: #32b545;
	font-weight: bold;
	font-size: 15px;
	text-shadow: #000 1px 1px 1px;
}
.activebold{
	font-weight:bold !important;
}
/*---Main IDs and Classes-------------------------------------*/
#adminbar {
	padding: 3px 0px;
	background-color: #F8981D;
	/* background-color: #32b545; */
	border-bottom: 1px solid #c0c0c0;
}
#adminbar ul{
	margin: 0;
	list-style-type: none;
}
#adminbar li{
	display: inline;
	margin: 0;
}
#adminbar li a{
	text-decoration: none;
	padding: 0px 7px;
	background-color: #c0c0c0;
	border: 1px solid #778;
}
#adminbar li a:hover{
	text-decoration: none;
	color: #2d2b2b;
	background-color: #a0a0a0;
}
#container {
	margin: 0 auto;
	width: 1000px;
	padding: 10px 0px;
}
#container_popup {
	margin: 0 auto;
	width: 660px;
	padding: 0px;
	background-color: #f9f9f9;
	margin-top: 15px;
}
#main {
	float: left;
	padding: 10px;
	background-color: #ffffff;
	width:980px;
	min-height:500px;
}
#main_grey {
	float: left;
	padding: 10px;
	background-color: #D3D3D3;
	width:980px;
	min-height:500px;
}
#content {
	float: left;
	width: 680px; /* #content_full.width - #sidebar.width */
}
#content_full {
	width: 980px;
}
#sidebar {
	float: right;
	width: 240px;
	padding-left: 10px;
	font-size: 10px;	
}
#sidebar td {
	font-size: 10px;
}
#header {
	position: relative;
	height: 100px;
	background-color:#000000;
}
#headermenu {
	margin: 0;
	padding: 0px 0px;
	list-style-type: none;
}
#headermenu li{
	position: relative;
	float: left;
	color:#C4C4C4;
	margin:0 0 0 12px;
	font-size: 18px;
	text-align:center;

	font-weight:bold;
}
#headermenu li a{
	width: 110px;
	height:30px;
	padding-top:5px;
	display: block;
	background-color: #383838;
	color:#C4C4C4;
}
#headermenu li a:hover, #headermenu li a.active{
	color:#ffffff;
	text-decoration:none;
	background-color: #F8981D;
	/*background-color: #7ee900;*/
}
.header_part_top{
	height:54px;
	width:100%;
}
.header_logo {
	float:left;
	width:400px;
		height:54px;
}
.header_part{
	height:46px;
}
#subheader {
	position: relative;
	height: 44px;
}
#socialsubheader{
	float:right;
	padding:6px 0 0 0;
	width:320px;
	height:32px;
	display:inline-block;
}
#socialsubheader span{
	margin:0 4px;
}

#header_search {
	position: absolute;
	top: 5px;
	right: 15px;
}
#header_modules {
	float:right;
	width:300px;
	height:50px;
	margin-right:5px;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}
/* Holly Hack for IE \*/
* html #main_menu ul li { float: left; height: 1%; }
* html #main_menu ul li a { height: 1%; }
/* End */

.submenu {
	margin: 0;
	padding: 0;
	height: 30px;
	border-top: 1px solid white;
	list-style-type: none;
	background-color: black;
	background-image: url('../img/bg_submenu.gif');
}
.submenu li{
	position: relative;
	display: inline;
	float: right;
}
.submenu li a{
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0px 8px;
	text-decoration: none;
	color: white;
	font-size: 14px;
}
.submenu li ul{
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
}
.submenu li ul li{
	display: list-item;
	float: none;
}
.submenu li ul li ul{ 
	left: 159px; /* no need to change, as true value set by script */
	top: 0;
}
.submenu li ul li a{
	display: block;
	width: 160px; /*width of sub menu levels*/
	color: navy;
	text-decoration: none;
	padding: 1px 5px;
	border: 1px solid #ccc;
}
.submenu li a:hover{
	font-weight: bold;
}
.submenu li a.active{
	font-weight: bold;
}
.submenu .mainfoldericon{
	background: #F3F3F3 url(media/arrow-down.gif) no-repeat center right;
}
.submenu .subfoldericon{
	background: #F3F3F3 url(media/arrow-right.gif) no-repeat center right;
}
* html p#iepara{ 
	padding-top: 1em;
}
/* Holly Hack for IE \*/
* html .submenu li { float: left; height: 1%; }
* html .submenu li a { height: 1%; }
/* End */

#breadcrumbs {
	line-height: 46px;
	color:#5d5d5d;
	font-weight:bold;
	padding-left:16px;
	width:600px;
	float:left;
}
#breadcrumbs a{
	color: #525252;
}
.logoutbutton{
	background-color:#000000;
	border:0;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	padding:3px 0;
}
#loginbox{
	margin:10px;
	color: #ffffff;
}
#loginbox a{
	color: #ffffff;
	margin-right:5px;
} 
#side_menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 185px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
}
#side_menu ul li{
	position: relative;
}
/*Sub level menu items */
#side_menu ul li ul{
	position: absolute;
	width: 170px; /*sub menu width*/
	top: 0;
	visibility: hidden;
}
/* Sub level menu links style */
#side_menu ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: black;
	text-decoration: none;
	background: white;
	padding: 1px 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
}
#side_menu ul li a:visited{
	color: black;
}
#side_menu ul li a:hover{
	background-color: #e0e0e0;
}
#side_menu .subfolderstyle{
	background: white url(../img/arrow-left.gif) no-repeat center right;
}
#side_menu li.adminbtn a {
	display: inline;
	background-image: none;
	width: 18px;
	margin: 0;
	padding: 0;
}
/* Holly Hack for IE \*/
* html #side_menu ul li { float: left; height: 1%; }
* html #side_menu ul li a { height: 1%; }
/* End */

#footer_menu {
}
#footer_menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footer_menu ul li{
	position: relative;
	display: inline;
	float: left;
}
/*Sub level menu items */
#footer_menu ul li ul{
	position: absolute;
	width: 170px; /*sub menu width*/
	top: 0;
	visibility: hidden;
}
/* Sub level menu links style */
#footer_menu ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	text-decoration: none;
	padding: 1px 5px;
	border-bottom: 0;
}
#footer_menu ul li a:hover{
	text-decoration: underline;
}
#footer_menu .subfolderstyle{
	background: white url(../img/arrow-left.gif) no-repeat center right;
}
#footer_menu li.adminbtn a {
	display: inline;
	background-image: none;
	width: 18px;
	margin: 0;
	padding: 0;
}
/* Holly Hack for IE \*/
	* html #footer_menu ul li { float: left; height: 1%; }
	* html #footer_menu ul li a { height: 1%; }
/* End */

.no_menuitem {
}

.head_title {
	font-size: 15px;
	font-weight: bold;
}
.footer, .footer a{
	color:#B3B3B3
}
.footertitle{
	font-size:12px;
	font-weight:bold;
}

#footer {
	width:980px;
	padding: 10px;
	clear: both;
}
.footertd {
	width:12px;
	border-left: 1px solid #B3B3B3;
}
.footertd2 {
	padding: 0 8px 0 0;
}
#footer td a {
	text-decoration: none;
}
#footer td a img {
	vertical-align: middle;
}

/* dialog boxes */
.dialog_main {
	border: 1px solid silver;
}
.dialog_main_title {
	font-size: 16px;
	font-weight: bold;
	background-color: silver;
	color: black;
	padding: 2px 6px;
}

.dialog_sidebar_title {
	position: relative;
	font-size: 14px;
	background-color: #6dda4f;
	background-image: url('../img/bg_dialog_title.gif');
	color: white;
	padding: 2px 6px;
	text-shadow: #000 1px 1px 1px;
}
.dialog_sidebar {
	position: relative;
	background-color: #e0e0e0;
	padding: 2px 6px;
}

/* product views */
.catlist_column {
	width: 50%;
	text-align: left;
}

.productview_imagebox {
	margin: 0;
	/*border: 1px solid #e2e2e2;*/
}
.productview_detailsbox {
	padding-left: 12px;
}

/* /product views */

.productlistitem1 {
	width: 220px;
	margin-bottom: 5px;
}
.productlistitem2 {
	margin-bottom: 5px;
}
.productlistitem3 {
}
.productlistitem4 {
	text-align: center;
	height: 130px;
	width: 130px;
	margin-bottom: 4px;
}
.albumpic {
	width: 200px;
	margin-bottom: 5px;
}

.itembox {
	position: relative;
	background-color: #fff;
	border: 1px solid #797979;
}
.itembox h2 {
	padding: 3px;
}	
.itembox a:hover {
	text-decoration: none;
}	

.itembox_padding {
	padding: 3px;
	text-align: left;
}
.itembox_corner_lt, .itembox_corner_rt, .itembox_corner_lb, .itembox_corner_rb {	
	position: absolute;
	width: 7px;
	height: 7px;
	background-image: url('../img/corners_itembox.gif');
}
.itembox_corner_lt {
	left: -1px;
	top: -1px;
	background-position: left top;
}
.itembox_corner_rt {
	right: -1px;
	top: -1px;
	background-position: right top;
}
.itembox_corner_lb {
	left: -1px;
	bottom: -1px;
	background-position: left bottom;
}
.itembox_corner_rb {
	right: -1px;
	bottom: -1px;
	background-position: right bottom;
}

.special_offer_box {
	width: 809px;
	height: 117px;
	padding: 5px;
	background: white url('../img/bg_special_offer.png') no-repeat scroll center center;
}
.special_offer_box table {
	margin-top: 5px;
}
.special_offer_box td {
	padding: 0px 8px;
}

.number_bulb {
	display: block;
	background-image: url('../img/bulb.png');
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	color: white;
}

.price {
	font-size: 20px;
	line-height: 28px;
	color: #ca0002;
}
.small_price {
	font-size: 12px;
	line-height: 16px;
	color: #ca0002;
}


.paging {
	text-align: center;
	line-height: 24px;
	margin-bottom: 3px;
}
.paging span {
	border: 1px solid #e0e0e0;
	padding: 2px 7px;
}
.paging a {
	border: 1px solid #c0c0c0;
	padding: 2px 7px;
}
.paging a:hover {
	background-color: #e0e0e0;
}

.product_sorting {
	position: relative;
	background-color: #b4b4b4;
	padding: 3px;
	margin-bottom: 3px;	
}

 .browse_products_link {	
	background-color: orange;
}

/* main layout IDs */

.highlighted {
	color: #3f643d;
}
.border {
	border: 1px solid #e2e2e2;
}
.black {
	color: #000000;
}
.red {
	color: #7e0000;
}
.green {
	color: #F8981D;
	/*color: #7EE900; */
}
.greenback {
	background-color: #F8981D;
	/* background-color: #7EE900; */
}
.silver {
	color: #606060;
}
.white {
	color: white;
}
.darkgrey{
	color:#535252;
}
.grey{
	color: #A3A2A2;
}
.lightgrey{
	color:#9D9D9D;
}
.mediumgrey{
	color: #3D3D3D;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}

.star {
	color: #ed1c24;
	font-weight: bold;
}

.admin_box {
	text-align: right;
}

.translate {
	color: #e35f24;
}

.link { /* give an element a hand icon to fake a hyperlink */
	cursor: pointer;	
}

.right {
	text-align: right;
}

.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear {
	clear: both;
}
.inline {
	display: inline;
}
.padded {
	padding: 5px;
}
.margin_right {
	margin-right: 5px;
}

.icon_button {
	width: 18px;
	height: 18px;
	background: transparent url('../img/icon_button.gif') no-repeat scroll top left;
	margin: 0px 1px;
	vertical-align: text-bottom;
}

.tbl_lined {
}
.tbl_lined td {
	border-right: 1px solid white;
	padding: 1px 3px;
	vertical-align: middle;	
}
.tbl_lined th {
	background-color: #acd5ac;
	border-right: 1px solid white;
	padding: 1px 3px;
	vertical-align: middle;	
}

.trline {
	background-color: silver;
	height: 1px;
}
.trline td {
	height: 1px;
}

.row_a td {
	background-color: #deeede;
}
.row_b td {
	background-color: #eaf4ea;
}
.lined_rows {
	border-top: 1px solid white;
}
.lined_rows tr td {
	border-bottom: 1px solid white;
	padding: 3px;
}
.lined_rows tr th {
	border-bottom: 1px solid white;
}
.txtimg {
	vertical-align: middle;
}

#product_images_tabs {
	list-style-type: none;
	margin: 0px;
	padding:0px;
}
#product_images_tabs li{
	display: inline;
}
#product_images_tabs li a img {
	border: 1px solid transparent; 
}
#product_images_tabs li a:hover img {
	border: 1px solid #e2e2e2; 
}
#product_images_tabs li a.selected img {
	border: 1px solid #e2e2e2; 
}

/*  proigress bar */
.checkoutbar {
	height: 10px;
} 
.checkoutbar_lower {
	background-color: #6dda4f;
}
.checkoutbar_current {
	background: #6dda4f url('../img/bg_checkoutbar_current.gif') repeat-y scroll top center;
}
.checkoutbar_higher {
	background-color: #3e3e3e;
}


/* uploads */
.upload_item {
	display: block;
	float: left;
	width: 100px;
	height: 135px;
	margin: 7px;
	border: 1px solid #c0c0c0;
	text-align: center;
}
.upload_item:hover {
	background-color: #e0e0e0;
	text-decoration: none;
}
.upload_item input {
	width: 90%;
	font-size: 8px;
}
.upload_item span {
	line-height: 100px;
}
.upload_item span img {
	vertical-align: middle;
}

/* makes round corners by giving the container elements of  these classes "position:relative;" using JavaScript*/
.corner_lt, .corner_rt, .corner_rb, .corner_lb {
	position: absolute;
	width: 9px;
	height: 9px;
	background: transparent url('../img/roundcorners.png') no-repeat scroll top left;
	/*display: none;*/ /* JS will make it visible once properly positioned, to prevent the element from flying accross the screen */
}
.corner_lt { /* left top */
	left: 0px;
	top: 0px;
	background-position: left top;
}
.corner_rt { /* right top */
	right: 0px;
	top: 0px;
	background-position: right top;
}
.corner_lb { /* left bottom */
	left: 0px;
	bottom: 0px;
	background-position: left bottom;
}
.corner_rb { /* right bottom */
	right: 0px;
	bottom: 0px;	
	background-position: right bottom;
}


.form_leftcol {
	width: 140px;
	vertical-align: top;
	padding-top: 2px;
}

/* /round corners */

#langtabs {
	padding: 0;
	margin: 0;
	list-style-type: none;
	padding-top: 2px;
	height: 12px;
	line-height: 12px;		
}

#langtabs li{
	display: inline;
	margin: 0;
}

#langtabs li a{
	text-decoration: none;
	z-index: 1;
	padding: 0px 6px 1px 6px;
	background-color: #e0e0e0;
	border: 1px solid silver;
	border-bottom: 0;
}

#langtabs li a:visited{
}

#langtabs li a:hover{
	text-decoration: none;
	background-color: #fff;
}

#langtabs li a.selected{ /*selected main tab style */
	background-color: #fff;
}

#langtabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
}

#langcontents {
	border: 1px solid silver;
	padding: 2px;
	margin-bottom: 2px;
}

#langcontents div  {
}
#langcontents div .langicon {
}


/*---tooltips-------------------------------------*/
#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 350px;
	border: 1px solid #333333;
	padding: 2px;
	background-color: white;
	visibility: hidden;
	z-index: 100;
	/* 6 lines and still only works in half of the browsers, but its soooo pretty! */

	/*Remove below line to remove shadow. Below line should always appear last within this CSS, keyword for this nonsense: Microsoft */
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
#dhtmlpointer{
	width: 15px;
	height: 15px;
	background: transparent url('../img/tooltip_arrow.png') no-repeat scroll top left;
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}
#fixedtipdiv{
	position:absolute;
	padding: 2px;
	border:1px solid #333333;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
}

/*---messageboxes-------------------------------------*/
.msgbox {
	margin: 0 auto;
	border: 1px solid white;
	width: 500px;
	padding-left: 45px;
	min-height: 45px;
	cursor: pointer;
	background: #f6f6f6 url('../img/icon_message.png') no-repeat scroll 5px 5px;
}
.errbox {
	background-image: url('../img/icon_error.png');
	color: #ed1c24;
}
.warnbox {
	background-image: url('../img/icon_warn.png');
}
.msgbox_close {
	width: 13px;
	height: 13px;
	float: right;
	padding: 8px;
	background: transparent url('../img/msgbox_close.gif') no-repeat scroll 5px 5px;
}
/*---messageboxes-------------------------------------*/

/* image button */
.img_button {		
	margin: 1px;
	border: 0;
	color: white;
	cursor:pointer;
	background-color: #F8981D;
	/* background-color: #7FE900; */
}
.btn_wide{
	width:230px;
	height:50px;
	font-size:18px;
	font-weight:bold;
	display:block;
}
.btn_wide2{
	width:262px;
	height:40px;
	text-align:center;
	font-size:18px;
	padding-top:14px;
	font-weight:bold;
	display:block;
}
.blocked{
	height:36px;
padding-top:14px;
}
/* /image button */

/* ######### CSS for tabcontent. ######### */

.tabcontent{
	display:none;
}

@media print {
	.tabcontent {
		display:block !important;
	}
}

/* ######### /CSS for tabcontent. ######### */

/*---datepicker-------------------------------------*/	
.dpDiv { /* the div that holds the date picker calendar */
}
.dpTable { /* the table (within the div) that holds the date picker calendar */
	text-align: center;
	color: black;
	background-color: white;
	border: 1px solid silver;
}
.dpTR { /* a table row that holds date numbers (either blank or 1-31) */
}
.dpTitleTR { /* the top table row that holds the month, year, and forward/backward buttons */
}
.dpDayTR { /* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
}
.dpTodayButtonTR { /* the bottom table row, that has the "This Month" and "Close" buttons */
}
.dpTD { /* a table cell that holds a date number (either blank or 1-31) */
	border: 1px solid #ece9d8;
}
.dpDayHighlightTD { /* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
}
.dpTDHover { /* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: #ed1c24;
}
.dpTitleTD { /* the table cell that holds the name of the month and the year */
}
.dpButtonTD { /* a table cell that holds one of the forward/backward buttons */
}
.dpTodayButtonTD { /* the table cell that holds the "This Month" or "Close" button at the bottom */
}
.dpDayTD { /* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
}
.dpTitleText { /* additional style information for the text that indicates the month and year */
	color: gray;
	font-weight: bold;
}
.dpDayHighlight { /* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
	color: #4060ff;
	font-weight: bold;
}
.dpButton { /* the forward/backward buttons at the top */
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
}
.dpTodayButton { /* the "This Month" and "Close" buttons at the bottom */
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
}
/*---/datepicker-------------------------------------*/	
#recaptcha_widget_div{
width:330px;
float:left;
}
.cms_mucat{
	float:left;
	width:180px;
	margin-bottom:20px;
}
.videosection{
	float:left;
	margin:5px;
}
.videosection a{
	color:#000000;
	font-size:14px;
	font-weight:bold;
}
.videoimage{
	width:180px;
	min-height:45px;
	height:100%;
}
.videoimage img{
	border: 1px solid #383838;
}
.videotext{
	margin-left:10px;
	min-height:100px;
	width:450px;
	float;right;
	
}
.videotitle{
	min-height:30px;
}
.videoitem{
	display:block;
	width:100%;
}
.videoitemlist{
	border-bottom:1px solid #D6D6D6;
}
.borderbottom{
	border-bottom:1px solid #D6D6D6;
}
.videoplayer_below{
padding-top:5px;
	width:640px;
	text-align:right;
}
.videoplayer_window{
	width:640px;
	height:360px;
	background-color:#000000;
	color:#ffffff;
	text-align:center;
	position:relative;
}
.home_videoplayer_window{
	width:540px;
	height:300px;
	background-color:#000000;
	color:#ffffff;
	text-align:center;
	position:relative;
}
.rspace{
	margin-right:4px;
}
#videoreplywindow{
padding-top:8px;
	border-top:1px solid #D6D6D6;
	width:640px;
}
.videocontainerbtns{
position:absolute;
top:0px;
left:0px;
z-index: 1000;
background:#000000 url('../img/playerbg.jpg') no-repeat;
width:100%;
height:100%;
}
#videocontainer_wrapper{
position:absolute;
top:0px;
left:0px;
}

.h100{
	height:100%;
}
.noview_title{
	padding-top:14px;
	font-size: 20px;
}
.video_logintxt{
    text-align: left;
    padding-top:10px;
    cursor:pointer;
    font-weight:normal !important;
    font-size:12px !important;
    color: #ffffff !important;
}
.noview_text{
	margin-top:14px;
}
.noview_text a{
	color: #F8981D;
	/*color: #7EE900;*/
}
.videoleft{
	width:120px;
	border-right:1px solid #D6D6D6;
}
.videoleft a, .aboutleft a{
	font-weight:normal !important;
}
.videoleft a:hover{
	text-decoration:none;
}
.normallink{
	font-weight:normal !important;
}
.aboutleft{
		width:120px;
		float:left;
}
.aboutbox{
	min-height:125px;
	border-bottom:1px solid #D6D6D6;
}
.aboutimage{
	width:210px;
	height:210px;
	float:left;
	margin-bottom:10px;
}
.abouttext{
margin-left: 10px;	
}
.aboutmain{
padding-left: 20px;
	float:right;
	width:820px;
	border-left:1px solid #D6D6D6;
}
.readmoreless span{
font-size:11px;
}
.readmorelessnews{
cursor:pointer;
display:inline-block;
}
.btnactive{
	color:#A3A2A2 !important;
}
.videoleft .btn{
	border: 0;
	background-color:#ffffff;
	color:#000000;
	width:100%;
	height:33px;
	font-size:12px;
	text-align:left;
	cursor:pointer;
	padding: 0 0 0 10px;
	margin: 0 0 0 -10px;
	background: transparent url('../img/Button.png') no-repeat scroll 0 0;
}
.videomiddle{
	width:650px;
}
.videoright{
	width:160px;
}
.filter{
	font-size:14px;
	color:#383838;
	line-height: 1.5;
}
.videosubtitle{
	margin-top:6px;
}
.social{
	background-image: url('../img/social.gif');
	background-position: 0 0;
	width:24px;
	height:24px;
	display:block;
}
.social_h{
	background-position: -24px 0px;
}
.social_f{
	background-position: 0px 0px;
}
.social_t{
	background-position: -48px 0px;
}
.social_e{
	background-position: -80px 0px;
}
.social_flogin{
	background-position: -72px 0px;
	width: 154px;
	height:22px;
	display:inline-block;
}
.big{
	width:32px;
	height:32px;
}
.social_big_h{
	background-position: -258px 0px;
}
.social_big_f{
	background-position: -226px 0px;
}
.social_big_t{
	background-position: -322px 0px;
}
.social_big_e{
	background-position: -354px 0px;
}
.social_big_y{
	background-position: -290px 0px;
}
.forumsearchbox{
margin-top:4px;
	height: 20px;
	margin-left:4px;
}
.forumsearch{
	float:right;
	margin-right:20px;
}
.forum_item{
	width:220px;
	padding-bottom:10px;
	border-bottom: 1px solid #D6D6D6;
}
.forum_item_title{
	font-weight:bold;
}
.forum_item_info{
	text-transform:italic;
	float:right;
}
.forum_personal{
	width:70px;
	padding:10px;
	float:left;
	border-right: 1px solid #D6D6D6;
}
.forum_story{
	padding:10px 0 0 0;
	width:500px;
	float:right;
}

.newsitem{
	margin:20px 0;
	width:600px;
	clear:both;
}
.newsitem a{
    text-decoration:none;
}
.newstext{
}
.imgR{
	margin: 0 0 10px 10px;
	float:right;
}
.imgL{
	margin: 10px 10px 0 0 ;
	float:left;
}
.newsimage{
	width:120px;
	display:block;
}
.homeregister{
margin-top:15px;
}
.homesection{
	width:100%;
	margin-bottom:20px;
}
.homesectionhigh{
min-height: 200px;
}
.hometitle{
	border-top: 1px solid #D6D6D6;
}
.hometitlebutton{
	width:90px;
	padding: 3px 0;
	text-align:center;
	border-left: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
}
.homepart{
	width:48%;
	padding-bottom:20px;
	margin-bottom:40px;
}
.homeitem img, .homeitem2 img{
	border: 1px solid #383838;
}
.homebox{
margin-right:5px;
}
.textbreak{
	word-wrap: break-word;
	text-overflow: ellipsis;
	width:100px;
}
.textbreak2{
	width:290px;
}
.homeitem{
	width:225px;
	height:70px;
	float:left;
	margin: 5px 5px 10px 5px;
}
.homeitem2{
	width:470px;
	height:70px;
	float:left;
	margin: 5px 5px 10px 5px;
}
.homebanner{
	width:480px;
	height:85px;
	display:block;
	margin-right:10px;
	float:left;
}
.homeregisterbox{
	width:315px;
}
.extratext{
	font-size:10px;
	font-style: italic;
}
.uphigh{
	margin-top:-5px;
}
.forumtop{
	position:relative;
	margin:-10px 0 0 -10px;
	width:1000px;
	min-height:260px;
}
.nforum_cattitle, .nforum_cattitle a{
	color:#C4C4C4;
}
.nforum_cattitle{
	background-color:#383838;
	padding-top: 6px;
}
.nforum_title{
	font-size:16px;
	font-weight:bold;
	height:26px;
}
.nforum_right{
	float:right;
	width:120px;
	display:block;
	text-align:center;
}
.nforum_box{
	width:962px;
	padding-left:15px;
}
.nforum_boxwide{
	width:977px;
}
.nforum_boxwide_special{
	width:957px;
	margin-left:20px;
}
.nforum_item{
	border-left: 1px solid #3C3C3C;
	border-right: 1px solid #3C3C3C;
	border-bottom: 1px solid #3C3C3C;
background-color:#ffffff;
min-height:70px;
margin-bottom:4px;
}
.nforum_itemtitle{
	background: transparent url('../img/gradient.png') repeat-x scroll 0 0;
	width:100%;
	height:25px;
	padding: 6px 0 0 0;
	}
.nforum_high{
	height:50px;
}
.nforum_content{
	width:960px; /* nforum_box - 2for border*/
	background-color:#ffffff;
	border-left: 1px solid #3C3C3C;
	border-right: 1px solid #3C3C3C;
	border-bottom: 1px solid #3C3C3C;
}
.nforum_split{
	width:98%;
}
.nforum_paddL{
	padding-left:15px;
}
.nforum_paddR{
	padding-right:10px;
}
.nforum_replyboxblock{
	width:730px;
	
}
.nforum_replybox{
	width:730px;
	background-color:#B7B7B7;
	border: 1px solid #3C3C3C;
	display:block;
	padding:15px;
}
.nforum_share{
margin-right:30px;
float:left;
}
.nforumpart{
	padding: 4px 0;
	display:block;
}
.f16{font-size:16px;}
.f18{font-size:18px;}
.forumtopleft{
	width:480px;
	height:240px;
	background-color:#E7E7E7;
	float:left;
	padding:10px;
}
.forumgreenbar{
	width: 14px;
	height:100%;
	display:inline-block;
	margin-right:4px;
	float:left;
}
.forumtopright{
	width:500px;
	height:260px;
	float:right;
}
.forumitemnew{
	width:470px;
	height:56px;
	background-color:#ffffff;
	position:relative;
	color:#000000;
}
.forumcat{
	float:left;
	width:240px;
}
.forumcats{
	width:165px;
	float:left;
}
.forumcontent{
/*	width:780px; */
	color:#000000;
}
.forumlist{
	list-style-type:none;
	font-size:18px;
	color:#000000;
}
.overbutton{
	position:absolute;
	top:0px;
	right:0px;
}
.forummenu{
	background: transparent url('../img/Balkje1.png') no-repeat scroll 0 0;
	padding:0;
	margin:0;
}
.forummenu ul{
	padding:0 0 0 7px;
	margin:0;
}
.forummenu li{
	padding:0 0 0 12px;
}
.forumdate{
	padding:10px 0;
	border-bottom: 1px solid #D6D6D6;
	margin-bottom:10px;
}
.forumsubtitle{
	color: #8F8F8F;
}
.forumsubtitle_img{
	margin:0 10px 10px 0;
	float:left;
	height:100%;
}
.forumsubtitle_img2{
	margin:0 10px 10px 0;
	float:left;
	height:75px;
}
.forumtitle{
	font-weight:bold;
	font-size:18px;
	color:#000000;
}
.forumreply{
	margin-left:60px;
}
.forumnewbtn{
	background: transparent url('../img/Balkje2.png') no-repeat scroll 0 center;
	padding-left:20px;
	height:32px;
}
.forumhighlight{
	background: transparent url('../img/Driehoekje.png') no-repeat scroll 0 3px;

}
.forumcheck{
	font-size:14px;
	font-weight:bold;
}
.forumthreadimg{
	float:right;
	margin:5px;
}
.inline{
	display:inline-block;
}
.blackbutton a{
	color:#C4C4C4;
		line-height:32px;
		display:block;
}
.replybox{
	width:730px;
	height:200px;
}
.replybox_medium{
	width:330px;
	height:100px;
	display:block;
}
.replybox_mini{
	width:730px;
	height:100px;
}
.blackbutton{
	width:114px;
	height:32px;
	background-color:#383838;
	text-align:center;
	color:#C4C4C4;
}
.greenbutton a{
	color:#ffffff;
	line-height:32px;
	display: block;
}
.greenbutton{
	width:114px;
	height:32px;
	text-align:center;
	color:#FFFFFF;
	background-color: #F8981D;
	/* background-color:#7EE900; */
}
.buttonspaced{
	margin-left:10px;
}
.noborder{
	border: 0 !important;
}
.pageurl{
	font-weight:normal !important;
	color:#656565 !important;
}
.vspace{
	padding:10px 0;
}
.bluelink{
	color:#0028CE;
	font-style:italic;
	font-weight:bold;
}
.videobtn{
	margin: 150px 15px 0 15px;
	height:24px;
	width:120px;
	padding:15px 0;
	display:inline-block;
	font-weight:bold;
	font-size:14px;
}
.mediumw{
	width:300px;
}
.videosort{
	float:right;
	margin: 7px 70px 0 0;
}
.accountprivacytxt{
	float:right;
	margin-right:50px;
	width:300px;
}
.ui-autocomplete-loading { background: white url('../img/ui-anim_basic_16x16.gif') right center no-repeat; }

.tinymce{
	height:300px;
}
.smallwidth{
	width:520px;
}
.nforum_avatar{
padding-left:5px;
height:50px;
width:50px;
float:left;
margin-right:6px;
display:inline-block;
}
.editboxsize{
	width:450px;
}
.newsbanner{
	width:100%;
	margin-bottom:10px;
}
#videocontainer{
position:relative;
}
.crop_image_email { background-image:url('../img/email_services.png'); border:none; display:block; height:60px; margin:0; padding:0; width:130px; }
.email_gmail{background-position: 0px -1020px;}
.email_hotmail{background-position: 0px -1200px;}
.email_email { background-image:url('../img/mail.png');background-repeat:no-repeat; border:none; display:block; height:60px; margin:0; padding:0; width:130px; }
.company{
margin-left:30px;
width: 300px;
height: 260px;
min-height: 260px;
margin-bottom:10px;
float:left;
display:block;
}
.companyhigh{
height: 270px;
}
.company a{
color:blue;
text-decoration:underline;
}
.companytitle{
font-size:18px;
}
.companyblock, .companyblock td{
	color: #000000;
}
.borderside{
	border-right: 1px solid #D6D6D6;
}
.companyimg_img {
	width: 173px;
	height: 35px;
	border: 2px solid #F8981D;
	/* border: 2px solid #7EE900; */
}

.infobox{
    width:262px;
    margin:1px 1px 10px 1px;
    display:block;
}
.infobox_image{
    width:100%;
    display:block;
}
.infobox_text{
    padding:10px;
    color:#000000;
}
.infobox_button{
    background: #5FC41E;
    text-align:center;
    padding: 10px 0;
}
.infobox_button a{
    color: #ffffff;
    font-size:18px;
    font-weight: bold;
    text-decoration: none;
}
.quickregister a{
    text-decoration: none;
}
.quickregister{
    padding-top:20px;
    width:262px;
    display: block;
}
.quickregistertext{
    text-align: center;
    display: block;
    padding-bottom:6px;
}
.homeregister a{
    text-decoration:none;
}
.hovunderline:hover{text-decoration:underline;}

.newhometop{
    width:100%;
    height: 420px;
    background: #F8981D;
    display:block;
}
.newhomeborder{
    background: url('../img/newhomelines.png') repeat-x;
    height:14px;
    width:100%;
}
.newhomecontent{
    height:382px;
    background: white;
    margin: 0 20px;
    padding:10px 0 0 10px;
}
.newhomevideo{
    background: url('../img/homenewsideline.png') repeat-y top right;
    width:574px;
    height:370px;
    float:left;
}
.newhomeother{
    float:right;
    width:340px;
    color: #000000;
}
.newcontevideotext{
    height:50px;
    display:block;
    color: #000000;
    padding-top: 10px;
}
.homeregistertitle{
    color: #000000;
    font-size:24px;
}
.homeformtitle{
    font-size:13px;
}
.ubuntu{
    font-family: 'Ubuntu', sans-serif !important;
}
.homeregisterinput{ width:140px; border: 1px solid #C9C9C9; }
.homeregisterbtn{ width: 320px; height:50px; font-size:20px; color: #ffffff; cursor: pointer;}
.videologin{width:330px; margin: 0 auto;}
.videologin .homeformtitle{text-align:left;}
.videoregistertitle{
    color: #ffffff;
    font-size:24px;
}
/*** linkstyles */
.oranje_titel{
     color: #F8981D;
     font-size: 18px;
     font-weight: bold;
     margin: 3px 0;
     padding: 0;
 }
.zwart_titel{
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	margin: 3px 0;
	padding: 0;
}
.blauwe_titel{
    font-weight:bold;
    font-style:italic;
    font-size: 11px;
    color:#00ADEF;
}
.dikgedrukt{
    font-weight: bold;
}
.groter{
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}
.normale_text{
    font-size: 12px;
    color:#000000;
}
