div.dropdownlist {
    height: 27px;
    background:url(images/drop.gif) no-repeat scroll right top;
    display: block;
    position: absolute;
	font:11px Arial,Verdana,sans-serif;
    color: #fff;
	z-index:66;
} 
div.dropdownlist #dropdowntext {  
    padding: 6px 12px 0;  
    display: block;  
    text-decoration: none;
    float: left;  
}
div.dropdownlist #dropdownbutton {
    margin: 0;
    padding: 0;
    padding-top: 1px;
    padding-right: 1px;
    width: 25px;
    height: 23px;
    display: block;  
    text-decoration: none;
    float: right;
}
div.dropdownlist ul.dropdowncontainer {  
    list-style: none;  
    margin: 0;
    padding: 0;
    float: left;  
    width: 100%;
    list-style: none;
    background-color: #000;
    display: none;
    border: 1px solid #ffd01f;
	z-index:999;
	position:relative;
}  
div.dropdownlist ul.dropdowncontainer li {   
    color: #fff;  
    text-decoration: none;
    cursor: pointer;
	padding:0 0 0 3px;
	z-index:999;
	position:relative;
	font:11px Arial,Verdana,sans-serif;
}  
div.dropdownlist ul.dropdowncontainer li:hover { /*--Hover effect for subnav links--*/  
    color:#febf01;  
}  
div.mainCategoryHeaderGenres ul {
	padding-top: 40px;
}
div.mainCategoryHeaderGenres ul li {
  /* position each item absolutely */
  position: absolute;
  /* Stipulate the height of each item so that 
  vertical return = items * height */
  line-height: 1.2em;
  /* Clear the default margins & padding 
  so we can style the list from scratch */
  margin: 5px 0 0 0;
  padding: 0;
  padding-left: 12px;
  background: url(images/navigation/li_background.png) no-repeat 0px 4px;  
  list-style-type: none;
}

div.mainCategoryHeaderGenres ul li.Actie,
div.mainCategoryHeaderGenres ul li.Arcade,
div.mainCategoryHeaderGenres ul li.Avontuur,
div.mainCategoryHeaderGenres ul li.Horror,
div.mainCategoryHeaderGenres ul li.Kaarten
div.mainCategoryHeaderGenres ul li.Kinderen {margin-left: 0em;  margin-left: 0px;}

div.mainCategoryHeaderGenres ul li.MMORPG,
div.mainCategoryHeaderGenres ul li.Party,
div.mainCategoryHeaderGenres ul li.Platform,
div.mainCategoryHeaderGenres ul li.Puzzel,
div.mainCategoryHeaderGenres ul li.Race,
div.mainCategoryHeaderGenres ul li.Rollenspel  {margin-left: 10em; margin-left: 100px;}

div.mainCategoryHeaderGenres ul li.Shooter, 
div.mainCategoryHeaderGenres ul li.Simulatie,
div.mainCategoryHeaderGenres ul li.Sport,
div.mainCategoryHeaderGenres ul li.Stealth,
div.mainCategoryHeaderGenres ul li.Strategie,
div.mainCategoryHeaderGenres ul li.Vecht {margin-left: 20em; margin-left: 200px;}

div.mainCategoryHeaderGenres ul li.Actie,
div.mainCategoryHeaderGenres ul li.MMORPG,
div.mainCategoryHeaderGenres ul li.Shooter
{
  top: 0em;
}
div.mainCategoryHeaderGenres ul li.Arcade,
div.mainCategoryHeaderGenres ul li.Party,
div.mainCategoryHeaderGenres ul li.Simulatie
{
  top: 1.2em;
}
div.mainCategoryHeaderGenres ul li.Avontuur,
div.mainCategoryHeaderGenres ul li.Platform,
div.mainCategoryHeaderGenres ul li.Sport
{
  top: 2.4em;
}
div.mainCategoryHeaderGenres ul li.Horror,
div.mainCategoryHeaderGenres ul li.Puzzel,
div.mainCategoryHeaderGenres ul li.Stealth
{
  top: 3.6em;
}
div.mainCategoryHeaderGenres ul li.Kaarten,
div.mainCategoryHeaderGenres ul li.Race,
div.mainCategoryHeaderGenres ul li.Strategie
{
  top: 4.8em;
}
div.mainCategoryHeaderGenres ul li.Kinderen,
div.mainCategoryHeaderGenres ul li.Rollenspel,
div.mainCategoryHeaderGenres ul li.Vecht
{
  top: 6.0em;
}

/* anchor styling */
div.mainCategoryHeaderGenres ul li a
{
  text-decoration: none;
}
div.mainCategoryHeaderGenres ul li a:hover
{
  color: #FFF; /* white */
  background-color: #64b3d6; /* brown */
}/*******************************
  GLOBAL LAYOUT
********************************/

#GtSubMenu{
	float:left;
	width:1000px;
	height:32px;
	margin-left:1px;
	margin-right:1px;
	background:url(../images/gt/subBg.jpg);
	
}

#GtSubMenu a{
	float:left;
}
#GtSubMenu img{
	float:left;
}

.GtSubMenuSearchButton
{
	width:45px;
	height:32px;
	background:url(../images/gt/goButton.jpg) left top no-repeat;
}

.searchButtonGo
{
	/*background:url(../images/gt/boButton.jpg);*/
	cursor:pointer;
	width:47px;
	height:32px;
	border:0;
	margin:0;
	padding:0;
	background-color: transparent;
	background-repeat: no-repeat;

}

.GtButtonMenuTable 
{
  background: #fff url(../images/gt/menuContent.jpg) left top repeat-x;
}

.GtSubMenuCategories {
  padding-left: 10px;
  height: 32px;
}
.pdmCategories{
  margin-top: 7px;
  width: 260px;
}

#GtSubMenuSearch
{
	float:left;
	background:url(../images/gt/menuInput.jpg) left top no-repeat;
	
	/*padding-left: 5px;
	padding-top: 6px;*/

	width: 221px;
	height: 32px;
}
.searchTextBox
{
	width:204px;
	border: 1px solid #a3aaac;
	margin-top: 3px;
	margin-left: 10px;
	font-size:12px;
}

#GtSubMenu A
{
	border:0;
	padding:0;
	margin:0;
	float:left;
}

#GtSubMenu INPUT
{
	border:0;
	margin-left:5px;
	margin-top:5px;
	padding-left:10px;
	padding-right:10px;
	float:left;
}

#rightBanner{
	width:30px;
	height:200px;
	background-color:#F00;
	float:right;
}


#GtLeftColumn
{
	margin:0;
    top: -240px;
    position: relative;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 11px;
	padding:10px 0 5px 0px;
	text-align:left;	
	width:123px;
	float:left;
	background-repeat:repeat-y;
	background:#f1f5fa repeat-y left top;
    border: 1px solid #CCC;
}

#GtLeftColumn ul {
	list-style:none;
	margin:0 0 0 3px;
	text-align:left;
	padding:0;
	line-height:0px;
}

#GtLeftColumn li{
	padding:0;
	margin:0;
}
#GtLeftColumn li a {
	border-bottom:1px solid #B9C3E3;
	font:12px/20px Verdana, Arial, sans-serif; 
	margin:5px 0 4px 3px;
	display:block;
	text-decoration:none;
	color:#000080;
	width:119px;
	letter-spacing:-0.5px;
}
#GtLeftColumn li a:hover {
	border-bottom:1px solid #0000CC;
	color:#0505d0;
	padding:0;
}/*
#GtLeftColumn li a:active {
	border-top:1px solid #B9C3E3;
	border-left:1px solid #B9C3E3;
	color:#0505d0;
	background:#fff;
	padding:0;
}*/

a.link_left {
	margin:10px 0 0 7px;
	font:bold 12px/22px Verdana, Arial, Helvetica, sans-serif; 
	color:#000080;
	display:block;
}
a.link_left:hover {
	margin:10px 0 0 7px;
	font:bold 12px/22px Verdana, Arial, Helvetica, sans-serif; 
	color:#0000cc;
	display:block;
	text-decoration:none;
}
span.span_left {
	margin:10px 0 0 7px;
	font:bold 14px Verdana, Arial, Helvetica, sans-serif; 
	color:#333333;
	display:block;
}

/*******************************************************************************
 *                                LEFT MENU 
 ******************************************************************************/
.GtLeftMenuTable {
  background-color: transparent;
}

.GtLeftMenuSubTable {
  background-color:#bfdce8;
  width: 135px;
  border: #bfdce8 2px solid;
}

/***************************** First Menu Header ******************************/
.GtFirstMenuHeader
{
  background-color:#fff;
}
.GtFirstMenuHeader a {
  height:18px;
  line-height:18px;
  padding-left:2px;
  color: #ff8309;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
}

.GtFirstMenuHeader a:hover
{
	color:#fff;
	background-color:#2788b2;
	text-decoration:none;
}

/***************************** Left Menu Header *******************************/
.GtLeftMenuHeader {
  background-color:#FFF;
}

.GtLeftMenuHeader a {
  height:18px;
  line-height:18px;
  padding-left:2px;
  color:#ff8309;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration:none;
  display:block;
  white-space: nowrap;
}
.GtLeftMenuHeader a:hover {
	color:#fff;
	background-color:#2788b2;
	text-decoration:none;
}

.GtLeftMenuSelected {
	background-color:#B7E6FA;
}

/***************************** Left Menu Item *********************************/
.GtLeftMenuItem
{
  background-image:url(../images/backgrounds/gt_leftmenu_item.jpg);
  background-position: top right;
  
  /*border: #000 1px solid;*/
  width: 130px;
  overflow: hidden;
}
.GtLeftMenuItem a {
  /*height:18px;*/
  text-decoration: none;
  font-size: 11px;
  display:block;
  line-height:18px;
  color:#186c90;
  width: 120px;
}
.GtLeftMenuItem a:hover {
	color:#0b445c;
	text-decoration:none;
}

/******************************** other ***************************************/
.boxHeader {
	FONT: bold 1px verdana, arial, sans-serif;
	/*WIDTH: 96%;*/
  WIDTH: 734px; 
	COLOR: white; 
	POSITION: relative;
}

.boxFeaturedHeader {
	FONT: bold 18px verdana, arial, sans-serif;
	WIDTH: 96%; 
	COLOR: rgb(140,200,230); 
	POSITION: relative;
}

.gtCatalogHeader
{
	
	width:660px;
	height:135px;
	float:left;
	overflow:hidden;
}

.gtCatalogBottom_ds
{
	background: url(../images/backgrounds/ds_background_bottom.jpg) no-repeat;
	width:660px;
	height:30px;
	float:left;
}

.gtCatalogBottom_gb
{
	background: url(../images/backgrounds/gb_background_bottom.jpg) no-repeat;
	width:660px;
	height:30px;
	float:left;
}

.gtCatalogBottom_gadgets
{
	background: url(../images/backgrounds/gadgets_background_bottom.gif) no-repeat;
	width:660px;
	height:30px;
	float:left;
}

.gtCatalogBottom_pc
{
	background: url(../images/backgrounds/pc_background_bottom.jpg) no-repeat;
	width:660px;
	height:30px;
	float:left;
}

.gtCatalogBottom_ps2
{
	background: url(../images/backgrounds/ps2_background_bottom.jpg) no-repeat;
	width:660px;
	height:30px;
	float:left;
}

.gtCatalogBottom_ps3
{
	background: url(../images/backgrounds/ps3_background_bottom.jpg) no-repeat;
	width:660px;
	height:30px;
	float:left;
}

.gtCatalogBottom_psp
{
	background: url(../images/backgrounds/psp_background_bottom.jpg) no-repeat;
	width:660px;
	height:30px;
	float:left;
}

.gtCatalogBottom_tshirts
{
	background: url(../images/backgrounds/tshirts_background_bottom.gif) no-repeat;
	width:660px;
	height:30px;
	float:left;
}
.gtCatalogBottom_wii
{
	background: url(../images/backgrounds/wii_background_bottom.jpg) no-repeat;
	width:660px;
	height:30px;
	float:left;
}
.gtCatalogBottom_xbox360
{
	background: url(../images/backgrounds/xbox360_background_bottom.gif) no-repeat;
	width:660px;
	height:30px;
	float:left;
}
.gtCatalog
{
	width:660px;
	overflow:hidden;
}

.gtCatalogBlackbar{
	margin-top:50px;
	margin-left:20px;
	/*
	position:absolute;*/
	float:left;
	width:620px;
	height:30px;
	filter: alpha(opacity=80);
	background: url(../images/backgrounds/black_bar.gif) no-repeat;
	opacity:0.8;
	
}

#GtSubMenu img
{
	border:0;
	padding:0;
	margin:0;
}

/*******************************
  VERHUUR: info pagina's 
********************************/
#gtVerhuurBox
{
	margin-top:10px;
	float:left;
	width:620px;
}

#gtVerhuurMenu
{
	float:left;
	width:620px;
	height:29px;
}

.gtVerhuurMenuItem
{
	background:url(../images/verhuur/hoeWhite.jpg);
	float:left;
	width:151px;
	height:29px;
}

.gtVerhuurMenuItem_over
{
	background:url(../images/verhuur/hoeBlue.jpg);
	float:left;
	width:151px;
	height:29px;
}

.gtVerhuurPagina
{
	width:620px;
	height:330px;
	background-color:#CCC;
	display:none;
}


/*******************************
  CART
********************************/

.gtCartTop
{
	background:url(../images/infobox/cartTop.jpg);
	width:725px;
	height:6px;
	font-size:1px;
}

.gtCartBottom
{
	background:url(../images/infobox/cartBottom.jpg);
	width:725px;
	height:6px;
	font-size:1px;
}

.gtCartMiddle
{
	text-align:center;
	background:url(../images/infobox/cartMiddle.jpg);
	width:725px;
}

/**************************** RIGHT COLUMN START ******************************/
/*#GtRightColumn {
	width: 203px;
	float: left;
	overflow: hidden; 
	margin:-200px 0 0 0;
	position:relative;
	z-index:9;
	
}*/
#GtRightColumn table { 
	text-align: left;
	width: 207px;
}
/***************************** RIGHT COLUMN END *******************************/


/**************************** Purchased Box START *****************************/
.gtBoxPurchasedHeader {
  position: relative;
}
.gtBoxPurchasedTop {
  background: url(../images/infobox/purchased_box_top.jpg) no-repeat;
  width : 729px;
  height: 9px;
}
.gtBoxPurchasedContent {
  background: url(../images/infobox/purchased_box_content.jpg) repeat-y;
  width : 709px;
  padding: 0px 15px;
}
.gtBoxPurchasedBottom {
  background: url(../images/infobox/purchased_box_bottom.jpg) no-repeat;
  width : 729px;
  height: 16px;
}
/***************************** Purchased Box END ******************************/

/************************* Recently viewed Box START **************************/
.gtBoxRVHeader {
  position: relative;
}
.gtBoxRVTop {
  background: url(../images/infobox/recently_viewed_box_top.jpg) no-repeat;
  width : 729px;
  height: 5px;
}
.gtBoxRVContent {
  background: url(../images/infobox/recently_viewed_box_content.jpg) repeat-y;
  width : 729px;
  padding: 0px 5px;
}
.gtBoxRVBottom {
  background: url(../images/infobox/recently_viewed_box_bottom.jpg) no-repeat;
  width : 729px;
  height: 16px;
}
/************************** Recently viewed Box END ***************************/


/****************************** Banner Box START ******************************/
.bannerBox {
}
.bannerBoxContents {
  height: 165px;
  background: url(../images/infobox/banner_box_content.gif) left top repeat-y;
}
/******************************* Banner Box END *******************************/


/****************************** Footer Box START ******************************/
.gtRoundedBottom {
	font: 10px Verdana, Arial, sans-serif; 
	margin: 0px auto; 
	width: 1002px; 
	height:29px;
}
.gtPaymentLogo {
	font: 10px Verdana, Arial, sans-serif; 
	background: url(../images/backgrounds/page_bg.gif);
	margin: 0px auto; 
	width: 1002px; 
	height:52px;
}
/******************************* Footer Box END *******************************/




.screenshotBox {
	line-height:5px;
	padding:10px;
	text-align:center;
}

.screenshotBox a{
	margin:2px;
}


/***************************** Purchased Box END ******************************/

/************************* Recently viewed Box START **************************/
.gtBoxRVHeader {
  position: relative;
}
.gtBoxRVTop {
  background: url(../images/infobox/recently_viewed_box_top.jpg) no-repeat;
  width : 729px;
  height: 5px;
}
.gtBoxRVContent {
  background: url(../images/infobox/recently_viewed_box_content.jpg) repeat-y;
  width : 729px;
  padding: 0px 5px;
}
.gtBoxRVBottom {
  background: url(../images/infobox/recently_viewed_box_bottom.jpg) no-repeat;
  width : 729px;
  height: 16px;
}
/************************** Recently viewed Box END ***************************/
/* ========= jQuery UI Tabs ========= */
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: 0px; margin: 0px; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0px; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 0px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 0px; display: none; border-width: 1; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/* =================================== */	

/* ===== jQuery Tools Scrollable ===== */ 
div.scrollable { float:left; position:relative; overflow:hidden; height:159px !important; width:327px !important; } 
div.scrollable div.items  { position:absolute; height:20000em; }

a.disabled { cursor: default; }
/* =================================== */

div.information-box 
{
    width:329px !important;
    height:249px !important;
    margin:0 !important;
    padding:0 !important;
    text-align: left !important;
	background:url(../images/information-box/tabs-bg.gif) repeat-x top;
}
a.information-box_head_left 
{
    float:left !important;
    background:url(../images/information-box/left.gif) no-repeat;
    width:55px !important;
    height:23px !important;
    color:#666 !important;
    font:bold 11px/23px Verdana, Arial, sans-serif !important;
    text-decoration:none !important;
    padding:0 0 0 10px !important;
}
a.information-box_head_center 
{
    float:left !important;
    background:url(../images/information-box/center.gif) no-repeat;
    width:57px !important;
    height:23px !important;
    color:#2b77aa !important;
    font:bold 11px/23px Verdana, Arial, sans-serif !important;
    text-decoration:none !important;
    padding:0 0 0 8px !important;
}
a.information-box_head_right 
{
    float:left !important;
    background:url(../images/information-box/right.gif) no-repeat;
    width:63px !important;
    height:23px !important;
    color:#666 !important;
    font:bold 11px/23px Verdana, Arial, sans-serif !important;
    text-decoration:none !important;
    padding:0 0 0 10px !important;
}
a.information-box_head_left:hover, 
a.information-box_head_right:hover, 
a.information-box_head_center:hover
{
    color:#2b77aa !important;
}
div.information-box-content 
{
    float:left !important;
    background:url(../images/information-box/box_bgr.gif) repeat-x !important;
    width:327px !important;
    height:224px !important;
    border:1px #aeaeae solid !important;
    border-top:none !important;
    display: none;
}
div.information-box-content p
{
    color:#666 !important;
    font:11px Verdana, Arial, sans-serif !important;
    margin: 0 !important;
}
div.information-box_border 
{
    float:left !important;
    width:126px !important;
    height:22px !important;
    border-bottom:1px #aeaeae solid !important;
    background:#fff !important;
    margin:0 -2px 0 0 !important;
}
a.information-box-btn-top
{
    float:left !important;
    background:url(../images/information-box/btn_top.gif) no-repeat !important;
    width:313px !important;
    height:18px !important;
    margin:5px 0 0 7px !important;
    color:#666 !important;
    font:bold 11px/16px Verdana, Arial, sans-serif !important;
    text-decoration:none !important;
    padding:0 0px 0 117px !important;
	display: block;
	cursor: pointer;
}
div.information-box_even 
{
    padding:7px 7px 7px 7px !important;
}
div.information-box_odd 
{
    padding:7px 4px 7px 4px !important;
    background:#eaeaea !important;
    margin:0 3px 0 3px !important;
}
div.information-box_even  a,
div.information-box_odd a
{
	padding: 0px !important;
	margin: 0px !important;
	font:bold 11px Verdana, Arial, sans-serif !important;
}
a.information-box-btn-down 
{
    float:left !important;
    background:url(../images/information-box/btn_down.gif) no-repeat !important;
    width:313px !important;
    height:18px !important;
    margin:5px 0 0 7px !important;
    color:#666 !important;
    font:bold 11px/16px Verdana, Arial, sans-serif !important;
    text-decoration:none !important;
    padding:0 0 0 110px !important;
	display: block;
	cursor: pointer;
}
div.information-box_power_by 
{
    float:left !important;
    width:320px !important;
    padding:3px 0px 0 0 !important;
}
div.information-box_power_by a
{
    float:right !important;
    color:#666 !important;
    font:9px Verdana, Arial, sans-serif !important;
    text-decoration: underline;
	height: auto;
}

#eurogamer-content_review,#eurogamer-content_preview, #eurogamer-content_news {
	background:url(../images/featured_products_background1.png) no-repeat;
	width:770px;
	height:237px;
	margin:-7px 0 0 0;
	position:relative;
}
.eurogamer-content_box {
	display:block !important;
}.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background-color: #fecf1f;
	height:42px
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background:url(../images/scroll/scroll_up.gif) no-repeat center top;
	height:15px;
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background:url(../images/scroll/scroll_down.gif) no-repeat center top;
	height:15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}#sp_container {
	width:640px;
	float:left;
	margin-left:11px;
}

#sp_container_title {
	background:url("../images/sp_title.gif") no-repeat;
	color:#FFFFFF;
	font-family:Verdana,Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:4px 35px 6px;
	margin-bottom:10px;
}

#sp_container_desc {
	padding:0 10px 10px 10px;
	border-bottom:1px dashed #CCCCCC;
	margin-bottom:10px;
}

#sp_flash_banner {
	margin-bottom:10px;
	text-align:center;
}

#sp_list_products{
	overflow:hidden;
}

#sp_list_products div.margin_left {
	margin-right:10px;
	margin-bottom:10px;
}

#sp_list_products div.margin_right {
	margin-bottom:10px;
}

#sp_product {
	overflow:hidden;
	width:315px;
	float:left; 
}

#sp_product #sp_image_block {
	float:left;
}

#sp_product #shadow_in_listing {
	background:url("../images/shadow_speciale.png") no-repeat scroll 0 0 transparent;
	display:block;
	height:6px;
	position:relative;
	width:80px;
}

#sp_product #sp_inputs {
	font-size:12px;
	width:225px;
	float:right;
}

#sp_product #sp_inputs #sp_title {
	background:url("../images/sp_product_title.gif") no-repeat;
	color:#DC5D00;
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:7px 10px;
}

#sp_product #sp_inputs .desc {
	font-size:11px;
	color:#333333;
	margin:0 10px;
}

#sp_desc {
	margin:0 10px;
}

#sp_product .more {
	clear:both;
}

#sp_product .more a {
	float:right;
	background:url('../images/sp_more.gif');
	display:block;
	width:64px;
	height:19px;
	font-size:0;
}

#sp_product div.c2 {
	float:left;
	width:90px;
	color:#666666;
}

#sp_product div.c1 {
	padding:3px 0;
}


/********************************************************************************/

#sp_product #spp_shadow_in_listing {
	background:url("../images/shadow_speciale_spp.png") no-repeat scroll 0 0 transparent;
	display:block;
	height:6px;
	position:relative;
	width:120px;
}

#sp_product #spp_inputs {
	font-size:11px;
	margin-left:130px;
}

#sp_product #spp_inputs #spp_title {
	font-family:Verdana,Arial,sans-serif;
	font-weight:bold;
	margin-bottom:10px;
}

#sp_product #sp_inputs .desc {
	color:#333333;
}

#sp_product .sp_more {
	clear:both;
	position:relative;
	top:-30px;
	margin-left:130px;
	overflow:hidden;
}

#sp_product .sp_more span.nu {
	display:block;
	float:left;
	margin-top:6px;
	font-weight:bold;
}

#sp_product .sp_more span.price {
	display:block;
	float:left;
	color:#DC5C00;
	font-size:18px;
	font-family:Verdana,Arial,sans-serif;
	border-bottom:1px solid;
	margin-left:5px;
}

#sp_product .sp_more a {
	float:right;
	background:url('../languages/dutch/images/buttons/order_now.png');
	display:block;
	width:66px;
	height:20px;
	font-size:0;
	margin-top:2px;
}

.big_ben_banner {
	padding: 0 10px 10px;
}

.big_ben_banner img {
	border:1px solid #CCCCCC;
}body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,code,label,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

body {
	background: #939393 url(../images/bg_shadow.jpg) no-repeat center top; 
	margin: 0px; 
	padding: 0px;
	color: #474747; 
	text-align: center;
	font: normal 12px Arial;
}


.bestellen_item .item_content a:hover{
	text-decoration:none;
}

#searchBottom{
	float:left;
	margin-left:30px;
	width:560px;
}

#searchBottom .productInfo .productPicture{
	height:140px;
	width:99px;
}

#searchBottom .productInfo{
	width:230px;
	float:left;
	margin:0px;
}

#searchBottom .productInfo td{
	padding:2px;
}

#searchBottom .productListingSplitter{
	width:550px;
}

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 500px;
}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1001;
	text-align: center;
	line-height: 0;
}


#jquery-lightbox a img { 
	border: none; 
}
	
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#lightbox-container-image { 
	padding: 10px; 
}
	
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav { 
	left: 0; 
}

#lightbox-nav a { 
	outline: none;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}

#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}

#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}

.gallery a:hover{
	color:#000;
}

#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}

#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}

#lightbox-image{
	
}

#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	

#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;
}	
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;
}

.productListing .shopping_cart_middle_bg td{
	padding:5px 20px ;
}

.productListing .shopping_cart_middle_bg table td{
	padding:0px;
}

#helpBut:hover{
	color:#666;
}

#regTable, #regTableSearch{
	width:650px;
}

#regTableSearch input, #regTableSearch select{
	background-color:#fff;
	border:1px solid #666;
	height:20px;
	color:#666;
 }

#regTable td, #regTableSearch td{
	font-family:Verdana;
	font-size:11px;
	padding:10px;
}

#regTable table td, #regTableSearch table td{
	padding:5px 0px; 
}

#accountTable{
	width:600px;
	margin:10px 10px 10px 30px;
	float:left;
	background:url(../images/backgrounds/account_top_bg.png) left top no-repeat;
}

#accountTable td{
	font-family:Verdana;
	font-size:11px;
	padding:10px;
}

#accountTable table td{
	padding:5px 0px; 
}

#grey_box_reg{
	background: url(../images/boxes/grey_box_reg.gif) no-repeat;
	font-family: Verdana, sans-serif;
	width:264px;
	height:73px;
	font-size:11px;
	margin-top:10px;
}

#grey_box_reg div{
	padding:14px 0 0 12px;
}

.inputReg{
	height:17px;
	width:150px;
	border:1px solid #454545;
	background-color:#fff;
	color:#000;
	padding:0;
	margin:0;
	font-size:12px;
}

.rightTD{
	width:180px;
}

.leftTablesReg{
	width:100%;
	margin:0px;
}

.leftTablesReg input{
	float:right;
}


.selectReg{
	background-color:#fff;
	width:150px;
	height:17px;
	color:#000;
	border:1px solid #454545;
}

#grey_box_reg a{
	color:#dda837;
}

.yellobg{
	float:left;
	width:72px;
	height:22px;
	background: url(../languages/dutch/images/buttons/yellobg1.gif) no-repeat;
	border:none;
	font-size:10px;
	font-family:Arial, sans-serif;
	color:#fff;
	padding-bottom:5px;
	text-align:center;
	font-weight:bold;
}

.edit_ship_addr input.yellobg{
	float:left;
	width:72px;
	height:22px;
	font-size:10px; 
	font-family:Arial, sans-serif;
	padding-bottom:8px;
	text-align:center;
	border:none;
	color:#fff;
}

.leftTablesReg input.yellobg{
	border:none;
	color:#fff;
}

input.yellobg{
	border:none;
	color:#fff;
}

a.yellobg{
	padding-top:3px;
}

a.yellobg:hover, a.yellobg1:hover{
	text-decoration:none;
}

.hide_addr a, .hide_fact a{
	cursor:pointer;
}

.yelloBig{
	width:112px;
	height:34px;
	font-weight:bold;
	font-size:14px;
	font-family:Arial, sans-serif;
	background:url(../images/OKBetalen.png) 0 0 no-repeat;
	float:right;
	text-align:center;
	border:none;
	color:#fff;
}

.edit_ship_addr{
	width:300px;
	font-size:11px;
	font-family:arial, sans-serif;
	margin-top:10px;
}

.edit_ship_addr input, .edit_ship_addr select{
	height:15px;
	margin-bottom:5px;
	font-size:11px;
}

.yellobg1{
	width:100px;
	height:20px;
	background: url(../languages/dutch/images/buttons/yellobg2.png) no-repeat;
	border:none;
	font-size:10px;
	font-family:Arial, sans-serif;
	color:#fff;
	padding-top:3px;
	text-align:center;
	font-weight:bold;
	float:right;
	margin-right:10px;
}



input.yellobg1{
	font-size:10px;
	width:100px;
	height:23px;
	text-align:center;
	font-weight:bold;
	font-family:Arial, sans-serif;
	padding-top:0px;
	padding-bottom:3px;
}

.yellobg a:hover{
	text-decoration:none;
}

.yellobgLong{
	width:115px;
	height:20px;
	float:left;
	background: url(../images/terug.png) no-repeat;
	font-size:10px;
	font-family:Arial, sans-serif;
	color:#fff;
	padding-top:3px;
	text-align:center;
	font-weight:bold;
}

a.yellobgLong:hover{
	text-decoration:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}
	
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
	
ul li {
	list-style:none;
}
	
caption,th {
	text-align:left;
}
	
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
	
sup {
	vertical-align:text-top;
}
	
sub {
	vertical-align:text-bottom;
}
	
input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
	
legend{
	color:#000;
}

.512{
	height:auto;
	width:600px;
	padding:0px;
	float:left; 
	margin-left:-30px;
}

.productImage img{
	width: 85px;
}

.prodDetails{
	height:auto;
	float:left;
	width:200px;
}

.prodDetails div input{
	float:left;
}

.prodDetails div{
	margin-right:10px;
	margin-bottom:0px;
	padding:0px;
}

a.header_links_kies{
	float:left;
	background: url(../images/menu/kies.gif) no-repeat;
	width:159px;
	height:40px;
}
a.header_links_promo{
	float:left;
	background: url(../images/menu/promo.gif) no-repeat;
	width:181px;
	height:44px;
}
a.header_links_winkel{
	float:left;
	background: url(../images/winkel.png) no-repeat;
	width:197px;
	height:42px;
}



#header_menu{
	font: 12px Verdana, Arial, Helvetica, sans-serif; color: white;
	margin:10px 0 0 0;
}

.mainHeading {
	font-WEIGHT: bold; font-size: 12px;
	color: #1195bc;
	font-FAMILY: Verdana, Arial, sans-serif;
	text-transform: uppercase;

}

a.mainHeading {
	color: #1195bc;
}

#mainHeader {
	PADDING-right: 0px; PADDING-left: 0px; PADDING-bottom: 0px; margin: 5px auto 0px; width: 1020px; PADDING-top: 0px; height: 10px; TEXT-ALIGN: left
}
#navContainer {
	margin-left: 1px; width: 999px
}
#mainFooter {
	PADDING-right: 0px; PADDING-left: 0px; PADDING-bottom: 0px; margin: 0px auto; width: 1020px; PADDING-top: 0px; height: 29px; TEXT-ALIGN: left
}
#flash {
	margin: -36px 0px 0px -1px; width: 960px; height: 133px
}

.navigation_menu {
	padding:0 10px;
}

#mainpage {
	width:1000px;
	margin:0 auto;
	text-align: left;
}

#mainpagebg {
	background:url(../images/bg_main_bg.png) repeat-y;
	padding:0 10px;
	filter:expression(fixPNG(this));
}
	
#mainContainer {
	width: 993px;
	padding: 0;
	margin: 0px auto;
	position:relative;
}
#mainContainer .topHeader {
	PADDING-left: 0px; float: left
}
HEAD:first-child + BODY #mainContainer .topHeader {
	PADDING-left: 0px
}
#leftColumn {
	float: left; width: 144px
}

#footer {
	clear: both;
	padding:0px;
	margin: 0px auto 0px; 
	width: 992px;
	text-align: center;
}

HEAD:first-child + BODY #footer {
	PADDING-right: 0px; PADDING-left: 0px; PADDING-bottom: 0px; PADDING-top: 10px
}

#headLoginContainer {
	PADDING-right: 0px; PADDING-left: 61px; PADDING-bottom: 10px; font: bold 12px Verdana, Arial, Helvetica, sans-serif; PADDING-top: 0px
}

#headLoginContainer A {
	PADDING-right: 3px; 
	PADDING-left: 3px; 
	PADDING-bottom: 3px; 
	color: #47aad7; 
	PADDING-top: 3px; 
	TEXT-DECORATION: underline;
}

#headLoginContainer A:hover {
	color: white; background-color: #47aad7
}

.infoBoxContents {
	width:666px;
	vertical-align:top;
}

.infoBoxContents table{
 padding:0 0px 0 0;
 margin:0;
}

.infoBoxContents tr {
} 
.serviceTable TD {
	font-size: 10px; font-FAMILY: Verdana, Arial, sans-serif
}

.imagesBoxContents {
	font-size: 10px; font-FAMILY: Verdana, Arial, sans-serif
}

.boxText {
	font-size: 10px; font-FAMILY: Verdana, Arial, sans-serif
}
.leftColumnTextHeader {
	font-size: 10px; font-FAMILY: Verdana, Arial, sans-serif
}

.stockWarning {
	font-size: 10px; font-FAMILY: Verdana, Arial, sans-serif
}

.errorBox {
	font-size: 10px; font-FAMILY: Verdana, Arial, sans-serif
}

.orderEdit {
	font-size: 10px; font-FAMILY: Verdana, Arial, sans-serif
}

.serviceTable {
	margin: 0px 0px 0px 10px;
	width:780px;
	color:#666;
	font:10px Verdana, Arial, sans-serif;
}

h2 {
	font:bold 16px Arial, Verdana, sans-serif;
	color:#000;
	margin:10px 0 10px 10px;
	padding:0;
}

a.titel{
	font-weight: bold; font-size: 200%;
	text-decoration:none;
	line-height:50px;
	color:#4a4a4a;
}

a.titel:hover{
	color:#f3823b;
	text-decoration:none;
}
.garantie{
	background-image: url('../images/garantie_hack.png');
	background-repeat:no-repeat;
	width:311px;
	height:107px;
}


.service{
	background-image: url('../images/service_hack.png');
	background-repeat:no-repeat;
	width:311px;
	height:107px;
}

.klantgegevens{
	background-image: url('../images/klantgegevens.gif');
	background-repeat:no-repeat;
	width:311px;
	height:110px;
}

.email{
	background-image: url('../images/email.gif');
	background-repeat:no-repeat;
	width:311px;
	height:110px;
}

.veiligheid{
	background-image: url('../images/veiligheid_hack.png');
	background-repeat:no-repeat;
	width:311px;
	height:107px;
}

.retour{
	background-image: url('../images/retour_hack.png');
	background-repeat:no-repeat;
	width:311px;
	height:107px;
}

.betalen{
	background-image: url('../images/betalen_hack.png');
	background-repeat:no-repeat;
	width:311px;
	height:107px;
}

.hack{
	background-image: url('../images/hack_hack.png');
	background-repeat:no-repeat;
	width:311px;
	height:107px;
}

.verzenden{
	background-image: url('../images/verzenden_hack.png');
	background-repeat:no-repeat;
	width:311px;
	height:107px;
}

.contact{
	background-image: url('../images/contact_hack.png');
	background-repeat:no-repeat;
	width:311px;
	height:107px;
}

.serviceTable a {
	color:#4a4a4a;
}

.serviceTable a:hover {
	text-decoration:none;
	color:#979696;
}

.serviceTitle {
	font-WEIGHT: bold; font-size: 120%; color: #47aad7; font-FAMILY: Verdana, Arial, sans-serif
}
.serviceTitle A {
	font-WEIGHT: bold; font-size: 120%; color: #2a3b96; font-FAMILY: Verdana, Arial, sans-serif
}
.serviceTitle A:hover {
	font-WEIGHT: bold; font-size: 120%; color: #47aad7; font-FAMILY: Verdana, Arial, sans-serif
}
.serviceTitle A:hover {
	TEXT-DECORATION: none
}
.errorBox {
	font-WEIGHT: bold; background: #ffb3b5
}
.stockWarning {
	color: #cc0033
}
.productsNotifications {
	background: #f2fff7
}
.orderEdit {
	color: #70d250; TEXT-DECORATION: underline
}
.spacer {
	font-size: 10px
}
.inputBoxCoupon {
	border-right: black 1px solid; border-top: black 1px solid; border-left: black 1px solid; width: 170px; border-bottom: black 1px solid
}
.leftColumnTextHeader {
	PADDING-right: 0px; PADDING-left: 12px; font-WEIGHT: bold; background: url(../images/navigation/li_background.png) no-repeat 0px 4px; PADDING-bottom: 0px; margin: 5px 0px 0px 7px; PADDING-top: 0px
}
.leftColumntopBox {
	margin-bottom: 20px; width: 100%; TEXT-ALIGN: center
}
.leftColumntopBoxItem {
	margin-bottom: 12px; width: 100%; TEXT-ALIGN: center
}
.searchBoxWrapper {
	background: url(../images/navigation/searchbar.jpg) #fff no-repeat left top; float: left; margin-bottom: 15px; width: 215px; POSITION: relative; height: 87px
}
HEAD:first-child + BODY .searchBoxWrapper {
	background: url(../images/navigation/searchbar.jpg) #fff no-repeat left top; float: left; margin-bottom: 15px; width: 215px; POSITION: relative; height: 87px
}
.searchBoxAdvancedSearch {
	left: 90px; font: 10px Verdana, Arial, Helvetica, sans-serif; POSITION: absolute; top: 17px
}
.searchBoxGoButton {
	left: 145px; POSITION: absolute; top: 51px
}
.searchBoxInputField {
	left: 14px; POSITION: absolute; top: 53px
}
HEAD:first-child + BODY .searchBoxInputField {
	left: 14px; POSITION: absolute; top: 55px
}
.titleBox {
	width: 100px; height: 40px
}
.consoleBox {
	width: 100px; height: 14px
}
.priceBox {
	border-right: #ccc 1px solid; PADDING-right: 2px; border-top: #ccc 1px solid; PADDING-left: 4px; PADDING-bottom: 5px; border-left: #ccc 1px solid; width: 95px; PADDING-top: 5px; border-bottom: #ccc 1px solid
}
.mainCategoryHeaderContainer {
	width: 100%
}
.mainCategoryHeaderBox {
	width: 96%; TEXT-ALIGN: left
}
.mainCategoryHeaderSubCats {
	PADDING-right: 0px; PADDING-left: 10px; PADDING-bottom: 4px; margin: 0px 4px 4px 0px; width: 100%; PADDING-top: 4px; TEXT-ALIGN: left
}
.subCategoryHeaderSubCats {
	PADDING-right: 0px; PADDING-left: 10px; float: left; PADDING-bottom: 0px; margin: 0px 4px 4px 0px; width: 320px; PADDING-top: 4px; height: 100px; TEXT-ALIGN: left
}
HEAD:first-child + BODY .subCategoryHeaderSubCats {
	PADDING-right: 0px; PADDING-left: 10px; float: left; PADDING-bottom: 0px; margin: 0px 4px 4px 0px; width: 320px; PADDING-top: 4px; height: 92px; TEXT-ALIGN: left
}
.subCategoryHeaderSubCats DIV {
	PADDING-left: 12px; background: url(../images/navigation/li_background.png) no-repeat 0px 4px
}
.mainCategoryHeaderSubCats DIV {
	PADDING-left: 12px; background: url(../images/navigation/li_background.png) no-repeat 0px 4px
}
.mainCategoryHeaderGenres {
	float: left; width: 348px; POSITION: relative; height: 100px; TEXT-ALIGN: left
}
.mainCategoryHeaderAlphabetical {
	CLEAR: left; font-size: 14px; PADDING-top: 5px; height: 20px; TEXT-ALIGN: center
}
.mainCategoryHeaderAlphabetical A {
	color: white
}
.mainCategoryHeaderAlphabetical A {
	PADDING-right: 5px; PADDING-left: 5px; PADDING-bottom: 0px; PADDING-top: 0px; TEXT-DECORATION: underline
}
.mainCategoryHeaderAlphabetical A:visited {
	PADDING-right: 5px; PADDING-left: 5px; PADDING-bottom: 0px; PADDING-top: 0px; TEXT-DECORATION: underline
}
.mainCategoryHeaderAlphabetical A:hover {
	color: #fff; background-color: #64b3d6
}
.mainCategoryHeaderSubCats DIV {
	font: 12px Verdana, Arial, Helvetica, sans-serif
}
.subCategoryHeaderSubCats DIV {
	font: 12px Verdana, Arial, Helvetica, sans-serif
}
.mainCategoryHeaderAlphabetical DIV {
	font: 12px Verdana, Arial, Helvetica, sans-serif
}
.mainCategoryHeaderGenres {
	font: 12px Verdana, Arial, Helvetica, sans-serif
}
.subCategoryHeading {
	font: bold 150% Verdana, Arial, Helvetica, sans-serif; color: #47aad7; TEXT-ALIGN: left
}

.mainCategoryHeading {
	font-weight: bold;
	font-size: 150%;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #0f1835;
	text-align: left;
}

.subCategoryHeaderBox {
	border-right: #ccc 1px solid; border-top: #ccc 1px solid; border-left: #ccc 1px solid; width: 96%; border-bottom: #ccc 1px solid
}

.productImage {
	PADDING-right: 4px; 
	PADDING-left: 0px; 
	float: left; 
	height:80px;
	margin:10px;
}

.productPrice {
	font: bold 14px arial, verdana, sans-serif
}

.productPriceBig {
	font: bold 20px arial, verdana, sans-serif
}
.productBuy {
	float: left; PADDING-top: 1px
}
.productName {
	TEXT-ALIGN: left
}
.productModel {
	TEXT-ALIGN: left
}
.productDesc {
	TEXT-ALIGN: left
}
.productDesc {
	margin-bottom: 10px
}
.productDesc A {
	color: #fea515
}
.productDesc A:hover {
	color: #ffbf1e
}
.productExpected {
	margin-bottom: 4px
}
.productModel {
	font: 10px verdana, arial, sans-serif
}
.productName {
	font: bold 12px verdana, arial, sans-serif; 
}
.productText {
	font-size: 10px; margin-bottom: 20px; font-FAMILY: Verdana, Arial, sans-serif
}
.titleProductSpec {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif; border-bottom: #47aad7 1px solid
}
A {
	color: #000000; TEXT-DECORATION: none
}
A:hover {
	color: #fff; TEXT-DECORATION: underline
}
FORM {
	DISPLAY: block;
}

.checkout_articles {
	font-size: 11px; color: #000; LINE-height: 1.5em; font-FAMILY: Arial,Verdana, sans-serif;
	padding: 0 0 0 22px;
}

.productListing td.productListingDataFirst{
	background:url(../images/backgrounds/left_bg_shopping.png) 0 0 repeat-y;
	padding:5px 20px;
	font-size:11px;
	font-weight:bold;
	font-family:arial, sans-serif;
	color:#666;
}

.productListing td.productListingDataLast{
	background:url(../images/backgrounds/right_shopping.png) 100% 0 repeat-y;
	padding:5px 20px;
	font-size:11px;
	font-weight:bold;
	font-family:arial, sans-serif;
	color:#666;
}

.productListing td.productListingDataFirsttop{
	background:url(../images/backgrounds/left_bg_shopping.png) 0px 10% repeat-y;
}

.productListing #leftBG{
	float:left;
	background:url(../images/backgrounds/left_bg_shopping.png) 0 0 repeat-y; 
	margin-top:20px;
	width:10px;
	height:10px;
}

.productListing #rightBG{
	float:right;
	background:url(../images/backgrounds/right_shopping.png) 0 0 repeat-y; 
	margin-top:20px;
	width:10px;
	height:10px;
}

.productListing .rightBG{
	float:right;
	background:url(../images/backgrounds/right_shopping.png) 0 0 repeat-y; 
	margin-top:20px;
	width:10px;
	height:10px;
}

.productListing #leftBGBot{
	float:left;
	background:url(../images/backgrounds/left_bg_shopping.png) 0 0 repeat-y; 
	margin-bottom:20px;
	width:10px;
	height:10px;
}

#shippingFormTable{
	width:958px;
}

#shippingFormTable td{
	text-align:left;
	width:469px;
	padding:5px 20px;
	font-size:11px;
	font-weight:bold;
	color:#666;
	font-family:arial, sans-serif;
}

.productListing #leftBGBot1{
	float:left;
	background:url(../images/backgrounds/left_bg_shopping.png) 0 0 repeat-y; 
	width:100%;
	height:auto important!;
}

.productListing #rightBGBot{
	float:right;
	background:url(../images/backgrounds/right_shopping.png) 0 0 repeat-y; 
	margin-bottom:20px;
	width:10px;
	height:10px;
}

.productListing-listing-products, .productListing-listing-products td{
	padding:5px 20px;
	font-size:11px;
	font-weight:bold;
	color:#666;
	font-family:arial,sans-serif;
	
}

.productListing-toprow{
	height:20px;
	background:url(../images/backgrounds/products_listing_top.png) left top no-repeat;
}

.productListingLast{
	height:20px;
	background:url(../images/backgrounds/products_listing_bottom.png) left top no-repeat;
}

.productListing-toprow td{
	width:958px;
}

A.pageResults {
	text-decoration:none!important;
	display:block;
	float:left;
	font-weight:normal;
}

div.vorige{
	width:100px;
}

.middleRef{
	margin: 0 px 2px 0px 2px;
	text-align:center;
	width:10px;
}
	
A.pageResults:hover, a.middleRef:hover, a.vorige:hover {
	text-decoration:none!important;
	color:#ebb442;
}

.alphaFilter b {
	float:left;
	color:#ebb442;
	width:10px;
	font-size:12px;
	text-decoration:underline;
	padding:0 5px;
}

TD.pageHeading {
	font-WEIGHT: bold; 
	font-size: 150%; 
	color: #2b325e; 
	font-FAMILY: Verdana, Arial, sans-serif;
	padding:20px 0 0 0;
}

DIV.pageHeading {
	font-WEIGHT: bold; 
	font-size: 150%; 
	color: #eb0404; 
	font-FAMILY: Verdana, Arial, sans-serif
}

TR.subBar {
	background: #f4f7fd
}
TD.subBar {
	font-size: 10px; color: #000000; font-FAMILY: Verdana, Arial, sans-serif
}
TD.main {
	font:11px/18px Verdana, Arial, sans-serif;
}
#product_info td.main {
	font:11px/18px Verdana, Arial, sans-serif;
	padding:25px 10px 0 30px;
}
P.main {
	font-size: 11px; LINE-height: 1.5; font-FAMILY: Verdana, Arial, sans-serif
}
DIV.main {
	font-size: 11px; LINE-height: 1.5; font-FAMILY: Verdana, Arial, sans-serif
}
	
TD.smallText {
	font-size: 12px; 
	font-FAMILY: Verdana, Arial, sans-serif;
	vertical-align:middle;
	margin:0;
	padding:0;
}

TD.smallText a{
	font:bold 12px Verdana, Arial, sans-serif;
	color:#000;
	text-decoration:none;
}

TD.smallText a:hover{
	font:bold 12px Verdana, Arial, sans-serif;
	text-decoration:underline;
}
 
SPAN.smallText {
	font-size: 12px; 
	font-FAMILY: Verdana, Arial, sans-serif
}

P.smallText {
	font-size: 12px; 
	font-FAMILY: Verdana, Arial, sans-serif
}

.smallText {
}

TD.accountCategory {
	font-size: 13px; color: #aabbdd; font-FAMILY: Verdana, Arial, sans-serif
}

.fieldKey {
	font-WEIGHT: bold; 
	font-size: 12px; 
	font-FAMILY: Verdana, Arial, sans-serif
}

TD.tableHeading {
	font-WEIGHT: bold; 
	font-size: 12px; 
	font-FAMILY: Verdana, Arial, sans-serif
}

TD.fieldValue {
	font-size: 12px; 
	font-FAMILY: Verdana, Arial, sans-serif; 
	font-weight: normal !important;
}

CHECKBOX {
	font-size: 12px; 
	font-FAMILY: Verdana, Arial, sans-serif
}

input {
	font:15px Verdana, Arial, sans-serif;
	color:#000;
}

.account_content input {
	font:15px Verdana, Arial, sans-serif;
	color:#fff;
	background:#000;
	border:none;
}

RADIO {
	font-size: 12px; 
	font-FAMILY: Verdana, Arial, sans-serif;
}

SELECT {
	font-size: 12px; 
	font-FAMILY: Verdana, Arial, sans-serif;
	color:#fff;
	background:#000;
	border:none;
}

.bix_in SELECT,.account_content SELECT {
	font-size: 14px; 
	font-FAMILY: Verdana, Arial, sans-serif
}

SPAN.newItemInCart {
	font-size: 10px; 
	color: #ff0000; 
	font-FAMILY: Verdana, Arial, sans-serif
}

TEXTAREA {
	font-size: 12px; 
	width: 100%; 
	font-FAMILY: Verdana, Arial, sans-serif
}

SPAN.greetUser {
	font-WEIGHT: bold; 
	font-size: 12px; 
	color: #f0a480; 
	font-FAMILY: Verdana, Arial, sans-serif
}

TABLE.formArea {
	border-right: #7b9ebd 1px solid; 
	border-top: #7b9ebd 1px solid; 
	background: #f1f9fe; 
	border-left: #7b9ebd 1px solid; 
	border-bottom: #7b9ebd 1px solid;
}

TD.formAreaTitle {
	font-WEIGHT: bold; 
	font-size: 12px; 
	font-FAMILY: Tahoma, Verdana, Arial, sans-serif
}

SPAN.markProductOutOfStock {
	font-WEIGHT: bold; 
	font-size: 12px; 
	color: #c76170; 
	font-FAMILY: Tahoma, Verdana, Arial, sans-serif
}

SPAN.productSpecialPrice {
	color: #ff0000; 
	font-FAMILY: Verdana, Arial, sans-serif
}

strong.productSpecialPrice {
	color: #ff0000; 
	font-FAMILY: Verdana, Arial, sans-serif;
}

SPAN.errorText {
	color: #ff0000; 
	font-FAMILY: Verdana, Arial, sans-serif
}

.moduleRow {
	
}

.moduleRowOver {
	CURSOR: pointer; 
	background:#f9f4a6;
}

.moduleRowSelected {
	background-color: #f2f0ef;
}

.checkoutBarFrom {
	font-size: 10px; 
	color: #8c8c8c; 
	font-FAMILY: Verdana, Arial, sans-serif
}

.checkoutBarTo {
	font-size: 10px; 
	color: #8c8c8c; 
	font-FAMILY: Verdana, Arial, sans-serif
}

.checkoutBarCurrent {
	font-size: 10px; 
	color: #000000; 
	font-FAMILY: Verdana, Arial, sans-serif
}

.messageBox {
	font-size: 10px; 
	font-FAMILY: Verdana, Arial, sans-serif
}

.messageStackError {
	font-size:9px;
	font-family:arial, sans-serif;
	color:#ff0000;
	padding:0px;
	height:15px;
}

.messageStackWarning {
	font-size: 10px; 
	font-FAMILY: Verdana, Arial, sans-serif; 
	background-color: #ffb3b5
}

.messageStackSuccess {
	font-size: 10px; 
	font-FAMILY: Verdana, Arial, sans-serif; 
	background-color: #99ff00 
}

.messageStackSuccess {	
	font-size: 10px; 
	font-FAMILY: Verdana, Arial, sans-serif; 
	background-color: #99ff00	
}

.rightTD input{
	float:left;
}

.sc_product_list{
	width:958px;
}

.cart_top{
	height:34px;
	background:url(../images/backgrounds/shopping_cart_top_bg.png) 0 0;
}

.cart_left{
	padding:5px 20px;
	background:url(../images/backgrounds/shopping_cart_top_left.gif) left no-repeat;
}

.cart_left_bg{
	background:url(../images/backgrounds/shopping_cart_middle_left.gif) left repeat-y;
}

.cart_right_bg{
	background:url(../images/backgrounds/shopping_cart_middle_right.gif) right repeat-y;
}

.productListing .shopping_cart_middle_bg{
	background:url(../images/backgrounds/shopping_cart_middle_bg.png) 0 0 repeat-y;
}

.cart_fight{
	padding:5px 20px;
	background:url(../images/backgrounds/shopping_cart_top_right.gif) right no-repeat;
}

.cart_top td{
	width:90%;
	color:#666;
	font-size:11px;
	font-family:arial, sans-serif;
	font-weight:bold;
	margin:10px 20px;
}

.inputRequirement {
	font-size: 10px; 
	color: #ff0000; 
	font-FAMILY: 
	Verdana, Arial, sans-serif
	float:left;
}

#pollForm {
	font: 10px Verdana, Arial, Helvetica, sans-serif
}

.table_bd {
	border-right: #eaeaea 1px ridge; 
	border-top: #eaeaea 1px ridge; 
	border-left: #eaeaea 1px ridge; 
	border-bottom: #eaeaea 1px ridge
}

.pageHeading_sub {
	font-WEIGHT: bold; 
	font-size: 100%; 
	color: #47aad7; 
	font-FAMILY: Verdana, Arial, sans-serif
}

.productPriceBig1 {
	float: left; 
	font: bold 20px arial, verdana, sans-serif
}

#mailbox {
	background: url(../images/backgrounds/mail_box.jpg) #fff no-repeat left top; 
	float: left; 
	overflow: hidden; 
	width: 268px; 
	height: 155px
}

#flashbox {
	background: url(../images/backgrounds/empty_box.jpg) #fff no-repeat left top; 
	float: left; 
	overflow: hidden; 
	width: 578px; 
	height: 155px
}

.subscribeInput {
	border-right: 0px; 
	border-top: 0px; 
	margin-top: 118px; 
	font-size: 12px; 
	margin-left: 18px; 
	border-left: 0px; 
	width: 140px; 
	border-bottom: 0px; 
	background-color: transparent
}

.subscribeButton {
	margin-top: -17px; 
	margin-left: 168px; 
	background-color: transparent
}

.bundled:hover {
	border-right: #808080 1px solid; 
	border-top: #808080 1px solid; 
	border-left: #808080 1px solid; 
	border-bottom: #808080 1px solid
}

.bundleTextHeader A {
	color: rgb(110,135,220)
}

.headerError {
	width: 100%;
	background-color: #ffb3b5; 
	font-size: 11px; font-family: Verdana, Arial, sans-serif
}

.productsExtraField table {
	color: #000;
	font-size: 12px;
	position:relative;
	width:300px;
}


.gameType a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.gameType b a {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.gameType b	{
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding:0 5px 0 8px;
}

.gtBoxContainer {
	clear:both;
}
.gtBoxProductsListing {
	margin:0px 0 0px 13px;
	padding-left: 20px;
	padding-top: 30px;
	width: 780px;
	height:auto;
}

.gtBoxHeading {
	height: 27px;
	width:100%;
}
.gtBoxHeading h1 {
	color: #eac434;
	font-weight: bolder;
	text-transform: uppercase;
	padding: 0px 0 0 0;
	margin: 0px 0 0 10px;
	font:bold 15px/38px Verdana, Arial, sans-serif;
}
.gtBoxHeading a {
	text-decoration: none;
	color: #666;
}

.gtBox1 {
 width: 100%;
}
.gtBoxTop {
	width: 100%;
	background:#4e4e4e;
	border-top:1px #fff dotted;
}
.gtBoxLeft {
	width: 10px;
	height: 100%;
	
}
.gtBoxContent {
	width: 100%;
}
.gtBoxRight {
	width: 10px;
	height: 100%;
	
}
.gtBoxBottom {
	width: 100%;
	background:#4e4e4e;
}

.filterBox {
	width: 100%;
	background: url(../images/infobox/filter_content.gif) repeat-x left top;
}

.filterBoxContents span {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase; 
}

.alphaFilter {
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	text-align:center;
}

b.pagina {
	
	width:73px;
	line-height:18px;
	padding:0 0 3px 0;
	margin:0 5px 0 0;
	color:#eac434;
}

b.pagina2 {
 color: #FFD01F;
	float:left;
	
	width:150px;
	font:bold 11px Verdana, Arial, sans-serif;
	line-height:18px;
	padding:0 0 3px 0;
	margin:0 5px 0 0;
}

.pagina1 {
	float:left;
	width:710px;
	font:bold 11px Verdana, Arial, sans-serif;
	padding:0px 0 10px 0px;
	display:block;
}


.alphaFilter a {
	color:#888282;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none !important;
	display:block;
	float:left;
	padding:0 5px;
}

.alphaFilter .pagina1 a {
	text-transform: uppercase;
	width:28px;
	height:19px;
	background:url(../images/filter_num_con.gif) repeat-x;
	color:#eac434;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none !important;
	display:block;
	float:left;
	padding:2px 0 0 0;
}

.alphaFilter .pagina1 a:hover {
	background:url(../images/filter_num_con_hover.gif) no-repeat;
	width:28px;
	height:19px;
	color:#000;
}

.alphaFilter .pagina1 a.pag_a{
	text-transform: uppercase;
	width:25px;
	height:19px;
	background:url(../images/filter_num_con.gif) repeat-x;
	color:#eac434;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none !important;
	display:block;
	float:left;
	padding:2px 0 0 0;
}

.alphaFilter .pagina1 a.pag_a:hover {
	background:url(../images/filter_num_con_hover1.gif) no-repeat;
	width:25px;
	height:19px;
	color:#000;
}

.alphaFilter .pagina1 a.pag_a_num {
	text-transform: uppercase;
	width:33px;
	height:19px;
	background:url(../images/filter_num_con1.gif) repeat-x;
	color:#eac434;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none !important;
	display:block;
	float:left;
	padding:2px 0 0 0;
}

.alphaFilter .pagina1 a.pag_a_num:hover {
	background:url(../images/filter_num_con_hover_num.gif) no-repeat;
	width:33px;
	height:19px;
	color:#000;
}

.alphaFilter a u {
	text-decoration:none !important;
}

a.desc_a_top {
	color: #f5d02a; 
	font: 13px; 
	font-weight: bold; 
	text-transform: uppercase; 
	width:100%;
	background:none;
}

a.desc_a_top:hover { 
	text-decoration:underline;
}

.subCategoryBox a {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #646262;
	cursor: pointer;
}

.pageHeaderBox {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #1096BD;
}

.productListing{
 
}

.productListing td{
	text-align:left;
	
}

.currencyBoxContents, .productListingCurrencyBox {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #DC5C00;
}
.productListingCurrencyBox { 
	text-decoration: underline; 
}

.test {
	font-size: 25px;
	font-weight: bold;
}

.customerBoxContainer {
	width: 726px;
}

.customerBox {
	width: 726px;
	font-family: Arial, Tahoma, Verdana;
}

.customerBoxContents {
	background-color: #D6F3FF;
	padding: 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
}

.customerBoxContents span {
	text-transform: uppercase;
	color: #08718C;
	font-weight: bold;
	font-family: Arial, Tahoma, Verdana;
}

.categoryNestedContainer {
	margin-left: 7px;
	width: 643px;
}

.categoryNestedHeading {
	color: #187DA5;
	font-size: 12px;
	font-weight: bold;
}

.categoryNested {
	background: #EFEFEF;
	width: 100%;
	padding: 5px;
	font-weight: bold; 
}

.categoryNested a {
	font-size: 12px;
	font-weight: bold;
}

div.top_banner_line {
	position: relative;
	left: -26px;
	width: 820px;
	height: 202px;
	padding-bottom: 10px;
}

div.account_content {
	float: left;
	width:770px;
	margin: 14px 0pt 0pt 12px;
	padding: 0 0 40px 10px;
}

div.product_top1 div{
	margin: 10px 0pt 0pt;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	width:650px;
	height:21px;
}

div.inputRequirement {
	color:#FF0000;
	font-family:Verdana,Arial,sans-serif;
	font-size:10px;
	padding: 0px 5px 0 0;
}

td.account_separator {
	width: 17px;
}

td.account_left_row {
	width: 170px;
	height: 25px;
	color: #000;
	padding: 0 0 0 11px;
	font:bold 12px Arial,Verdana,sans-serif;
}

td.account_left_row1 {
	width: 650px!important;
	height: 25px;
	color: #000;
	padding: 0 0 0 11px;
	font:bold 12px Arial,Verdana,sans-serif;
}

td.account_right_row {
	width: 630px;
	height: 25px;
	font-size: 11px;
	color: #000;
	padding: 0 0 0 10px;
	background:none!important;
}

.featured-products-box { 
	width:650px; 
	margin-bottom:10px; 
	background: #f8f8f7 url(../images/featured_products_box_bg.jpg) repeat-y 
}

.featured-products-box_reg{
	width:666px; 
	margin-bottom:10px;
	background: #f8f8f7 url(../images/featured_products_box_bg.jpg) repeat-y;
	float:left;
 }

.featured-products-box .top, .featured-products-box_movie .top { 
	background: url(../images/featured_products_content_top.jpg) no-repeat top;
}
 
 
.featured-products-box .bottom{ 
	background: url(../images/featured_products_content_bottom.jpg) no-repeat bottom;
}

 .featured-products-box_reg .bottom{
	background: url(../images/featured_products_content_bottom.jpg) no-repeat bottom;
	width:650px;
	height:30px;
 } 

.featured-products-box_reg .orangeBar{
	width:650px;
	height: 44px;
	background: url(../images/orangeBar.jpg) no-repeat; 
}	

.featured-products-box .title{
	height: 24px; 
	background: #e4a82a url(../images/featured_products_title_bg.jpg) no-repeat;

}

.featured-products-box_reg .ic1 h2{
	padding-left:35px;
	font-size:14px; 
	font-weight: bold;
	line-height: 24px;
	color: #fff; 
	margin:0;
	float:left;
}	

.featured-products-box .ic1 h2{ 
	padding-left:49px; 
	background: url(../images/ic1.gif) no-repeat 26px 4px; 
	font-size:14px; 
	font-weight: bold; 
	line-height: 24px; 
	color: #fff; 
	margin:0; 
}

.featured-products-box .tabs, .featured-products-box_movie .tabs { 
	padding:5px 0 0 25px; 
}

.featured-products-box .tabs a{ 
	font-size: 12px; 
	font-weight: bold; 
}

.middleRefAccount{
	background:url(../images/tabs/fp_tab_bg_selected.jpg) 0 0 repeat-x; 
}

.middleRefAccount a{
	color: #DC5800; 
}

.fbox-tab-title a { 
	color: #565654; 
}

.fbox-active-tab-title a { 
	color: #DC5800; 
}

.featured-products-box .section3, .featured-products-box_movie .section3 { 
	padding: 0px 23px 30px 26px; 
}

.featured-products-box .section3 .pic, .featured-products-box_movie .section3 .pic{ 
	float: left; 
	width: 150px; 
	margin-right:4px; 
	display:inline; 
	background: url(../images/block_pic2.png) no-repeat top; 
	margin-top: 4px; 
}

.featured-products-box .section3 .pic dt, .featured-products-box_movie .section3 .pic dt { 
	display: block; 
	width: 150px; 
	margin-bottom:3px; 
	text-align: center; 
}

.featured-products-box .section3 .pic dd, .featured-products-box_movie .section3 .pic dd{ 
	display: block; 
	width: 127px !important; 
	width: 137px; 
	padding: 4px 5px;
	background: #0f0e0e; 
	border-top:1px solid #6f6e6e; 
	border-bottom:1px solid #6f6e6e; 
	text-align: left; 
	font-weight:bold; 
	color: #fff 
}

.featured-products-box .section3 .pic dd a,	.featured-products-box_movie .section3 .pic dd a { 
	font-weight:bold; 
	color: #fff; 
	text-decoration: none; 
	font-size: 12px; 
	text-transform: uppercase; 
}

.featured-products-box .section3 .button, .featured-products-box_movie .section3 .button { 
	float: left; 
	display:inline; 
	width: 100%; 
	text-align: right; 
	margin-top: -4px; 
	
}

.featured-products-box .section3 .button a, .featured-products-box_movie .section3 .button a { 
	padding-right: 13px; 
}

.extra-featured-products-box { 
	overflow:hidden;
	padding:0 0 15px 10px;
}

.extra-featured-products-box .title { 
	height: 24px; 
}

.extra-featured-products-box .ic1 h2 { 
	padding-left:49px; 
	background: url(../images/featured_products_box/icon_acties_specials.png) no-repeat 12px 4px; 
	font-size: 16px; 
	font-weight: bold; 
	line-height: 24px; 
	color: #F09423; 
	margin: 0; 
}

.extra-featured-products-box .content {
	padding:10px 0 0 0;
}

.extra-featured-products-box .content .product_group { 
	width: 315px; 
	padding: 0 0 0 5px; 
	float: left;
}

.extra-featured-products-box .content .product_group a { 
	display: block; 
	width: 85%; 
	border-bottom: #DCDCDC 1px solid; 
	color: #454545; 
	font-size: 11px; 
	padding: 1px 0 1px 10px; 
}

.extra-featured-products-box .content .product_group_title { 
	color: #E78442; 
	font-size: 12px; 
	font-weight: bold; 
	background: url(../images/featured_products_box/extra_group_title_bg.jpg) left top repeat-x; 
}
	
.subCatMenuBox { 
	margin: 10px 0 0 10px; 
}

.subcatmenu_btn a {
	color: #EB853C; 
	font-size: 12px; 
	font-weight: bold;
}

td.featured_product_box {
	width: 150px;
	padding: 0;
}
div.information_box {
	width:329px !important;
	height:249px !important;
	margin:0 !important;
	padding:0 !important;
	text-align: left !important;
}
div.information_box_head{
	display: block !important;
}
a.information_box_head_left {
	float:left !important;
	background:url(../images/information_box/left.gif) no-repeat !important;
	width:55px !important;
	height:23px !important;
	color:#666 !important;
	font:bold 11px/23px Verdana, Arial, sans-serif !important;
	text-decoration:none !important;
	padding:0 0 0 10px !important;
}
a.information_box_head_center {
	float:left !important;
	background:url(../images/information_box/center.gif) no-repeat !important;
	width:57px !important;
	height:23px !important;
	color:#2b77aa !important;
	font:bold 11px/23px Verdana, Arial, sans-serif !important;
	text-decoration:none !important;
	padding:0 0 0 10px !important;
}
a.information_box_head_right {
	float:left !important;
	background:url(../images/information_box/right.gif) no-repeat !important;
	width:63px !important;
	height:23px !important;
	color:#666 !important;
	font:bold 11px/23px Verdana, Arial, sans-serif !important;
	text-decoration:none !important;
	padding:0 0 0 10px !important;
}
a.information_box_head_left:hover, a.information_box_head_right:hover, a.information_box_head_center:hover{
	color:#2b77aa !important;
}
div.information_box_content {
	float:left !important;
	background:url(../images/information_box/box_bgr.gif) repeat-x !important;
	width:329px !important;
	height:224px !important;
	border:1px #aeaeae solid !important;
	border-top:none !important;
}
div.information_box_content p{
	color:#666 !important;
	font:11px Verdana, Arial, sans-serif !important;
	margin: 0 !important;
}
div.information_box_border {
	float:left !important;
	width:126px !important;
	height:22px !important;
	border-bottom:1px #aeaeae solid !important;
	background:#fff !important;
	margin:0 -2px 0 0 !important;
}
a.information_box_btn_top {
	float:left !important;
	background:url(../images/information_box/btn_top.gif) no-repeat !important;
	width:200px !important;
	height:18px !important;
	margin:5px 0 0 7px !important;
	color:#666 !important;
	font:bold 11px/16px Verdana, Arial, sans-serif !important;
	text-decoration:none !important;
	padding:0 0 0 117px !important;
}
div.information_box_even {
	float:left !important;
	padding:7px 7px 7px 7px !important;
}
div.information_box_odd {
	float:left !important;
	padding:7px 4px 7px 4px !important;
	background:#eaeaea !important;
	margin:0 3px 0 3px !important;
}
a.information_box_btn_down {
	float:left !important;
	background:url(../images/information_box/btn_down.gif) no-repeat !important;
	width:207px !important;
	height:18px !important;
	margin:5px 0 0 7px !important;
	color:#666 !important;
	font:bold 11px/16px Verdana, Arial, sans-serif !important;
	text-decoration:none !important;
	padding:0 0 0 110px !important;
}
div.information_box_power_by {
	float:left !important;
	width:320px !important;
	padding:3px 0px 0 0 !important;
}
div.information_box_power_by a{
	float:right !important;
	color:#666 !important;
	font:9px Verdana, Arial, sans-serif !important;
	text-decoration: underline;
}
 
.product_extra_fields_title {
	font-weight: bold;
	font-size: 12px;
	height: 26px;
	padding-left: 12px;
}
.product_extra_fields_left {
	width: 150px;
	height: 20px;
	padding-left: 7px;
	color: #fff;
	border-bottom:1px #9f8213 solid;
	font:bold 12px	Arial,Verdana,sans-serif !important;
}
.product_extra_fields_left_no {
	width: 150px;
	height: 20px;
	padding-left: 7px;
	color: #fff;
	font:bold 12px	Arial,Verdana,sans-serif !important;
}
.product_extra_fields_right {
	height: 20px;
	color: #ffd01f;
	font-size: 12px;
	border-bottom:1px #9f8213 solid;
}
.bundleTextHeader {
	font-weight: bold; 
	font-size: 11px; 
	color: #1096BD;
}

.title_blue {
	text-transform: uppercase;
	color: #08718C;
}

.gamepost {
	color: #8CC7DE;
	font-size: 10px;
}

.gamepost a {
	color: #8CC7DE;
	font-size: 10px;
}

.gamepost input {
	border-top: #A5A6A5 1px solid;
	border-right: 0px;
	border-bottom: 0px;
}

.gamepost select {
	border-top: #A5A6A5 1px solid;
	border-right: 0px;
	border-bottom: 0px;
	width: 137px;
}

#header_block {
	padding:0px;
	margin: 0px auto; 
	width: 1020px; 
	TEXT-ALIGN: left; 
	position: absolute; 
	top: 0px; 
	left: 0px;
}

table.categories_box {
	width: 112px;
}
td.categories_box {
	color:#616161;
}
td.categories_box_content {
	text-align: left;
	vertical-align: top;
}
td.categories_box_content a {
	color: #616161;
	text-decoration: none;
	margin:0 0 0 5px;
}
td.categories_box_content a:hover {
	color: #616161;
	text-decoration: underline;
	margin:0 0 0 5px;
}
td.categories_box_top {
	width: 112px;
	height: 5px;
	background: url(../images/categories_box/box_categories_top.png) bottom left no-repeat;
}
td.categories_box_bottom {
	width: 112px;
	height: 6px;
	background: url(../images/categories_box/box_categories_bottom.png) top left no-repeat;
}
td.categories_box_separator {
	width: 112px;
	height: 2px;
	background: url(../images/categories_box/box_categories_separator.png) top left repeat-x;
}

.footer_payment {	
	float:left;
	text-align: center;
}

.footer_item, .footer_affiliate, .footer_privacy {
	position: relative;
	float: left;
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
	color: #4B4B4B;
}

.footer_item a, .footer_affiliate a, .footer_privacy a {
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
	color: #fff;
}

.footer_affiliate, .footer_privacy {
	padding-top: 5px;
}

.footer_affiliate a {
	font-weight: bold; 
}

.footer_privacy {
	margin: 0 20px 0 10px;
	float:left;
	width:400px;
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
	color: #fff;
	text-align:left;
}


.flash_top_left {
	float:left;
	background: url(../images/bann_top_left.gif) no-repeat;
	width:12px;
	height:12px;
	padding:0;
	font-size:5px;
	margin:0;
}
.flash_top {
	float:left;
	background:#2c2c2c;
	height:12px;
	font-size:5px;
	width:801px;
	margin:0 0 0px 0;
}
.top_top {
	background:#2c2c2c;
	height:12px;
	font-size:5px;
	width:100%;
	margin:0 0 0px 0;
}

.flash_top_right {
	float:right;
	background: url(../images/bann_top_right.gif) no-repeat;
	width:13px;
	height:12px;
	padding:0;
	font-size:5px;
	margin:0;
}

.top_left {
}

.top_right {
}

.flash_gallery {
	border-left:12px #2b325e solid;
	border-right:12px #2b325e solid; 
	padding:5px;
	text-align:center;
	margin:0;
}
.flash_down {
	background:#2c2c2c;
	height:12px;
	width:100%;
	font-size:5px;
}
.flash_down_left {
	float:left;
	background: url(../images/bann_down_left.gif) no-repeat;
	width:12px;
	height:12px;
}
.flash_down_right {
	float:right;
	background: url(../images/bann_down_right.gif) no-repeat;
	width:13px;
	height:12px;
}
.down_left {
	float:left;
	background: url(../images/bann_down_left.gif) no-repeat;
	width:12px;
	height:12px;
}
.down_right {
	float:right;
	background: url(../images/bann_down_right.gif) no-repeat;
	width:13px;
	height:12px;
}
.flash {
	margin: 5px 10px 20px 10px;
}

.box{
	clear:both;
	margin: 5px 10px 20px 10px;
	display:block;
	padding:10px 0 0 0;
	width:805px;
}
.bix_in {
	float:left;
	padding:0px 0 20px 0;
	text-align:center;
	display:block;
	z-index:999;
	width:770px;
}

.top_box {
	float:left;
	background: url(../images/top_box.png) no-repeat;
	height:5px;
	width:750px;
	font-size:4px;
	margin:10px 0 0 0;
}
.down_box {
	float:left;
	background: url(../images/down_box.png) no-repeat;
	height:7px;
	width:750px;
	font-size:4px;
}

.title_left{
	float:left;
	background: url(../images/title_left.gif) no-repeat;
	width:11px;
	height:27px;
}
.title_right{
	float:left;
	background: url(../images/title_right.gif) no-repeat;
	width:13px;
	height:27px;
}
.title_bgr{
	float:left;
	background: url(../images/title_bgr.gif) repeat-x;
	width:95%;
	height:27px;
	color:#fff;
	padding:5px 0 0 0;
}

.text_left{
	float:left;
	background: url(../images/text_left.gif) no-repeat;
	width:13px;
	height:19px;
}
.text_right{
	float:left;
	background: url(../images/text_right.gif) no-repeat;
	width:15px;
	height:29px;
}
.text_bgr{
	float:left;
	background:#3483b7;
	width:50%;
	height:19px;
	color:#fff;
	padding:0px 0 0 10px;
}
table.table_header b {
	color:#d93088;
}

.footer_all {
	clear: both;
	width: 100%;
	margin: 0px 15px;
	background: #fff;
}

td.filter-content table{
	background:url(../images/filter_bgr.png) no-repeat;
	height:40px;
	_height:40px;
	width:707px;
	display:block;
}
.filter_bgr {
	height:10px;
	background:#2c2c2c;
	width:100%;
}

#filter_platform {
	margin-left: 10px;
	margin-top: -14px;
	width: 118px;
}
#filter_manufacturer {
	margin-left: 128px;
	margin-top: -14px;
	width: 118px;
}
#filter_manufacturer ul{
	height: 300px;
	overflow: auto;
}
#filter_price {
	margin-left: 248px;
	margin-top: -14px;
	width: 118px;
}
#filter_price ul{
	height: 300px;
	overflow: auto;
}
#filter_release_date {
	margin-left: 368px;
	margin-top: -14px;
	width: 118px;
	background:url(../images/drop.gif) no-repeat scroll right top;
	color: white;
}

#kies_in #filter_platform {
	margin-left: -40px;
	margin-top: -14px;
	width: 118px;
}
#kies_in #filter_manufacturer {
	margin-left: -45px;
	margin-top: 14px;
	width: 118px;
	z-index:1;
}
#kies_in #filter_manufacturer ul{
	height: 300px;
	overflow: auto;
}
#kies_in #filter_price {
	margin-left: 75px;
	margin-top: -14px;
	width: 118px;
}
#kies_in #filter_price ul{
	height: 300px;
	overflow: auto;
}
#kies_in #filter_release_date {
	margin-left: 70px;
	margin-top: 14px;
	width: 118px;
	background:url(../images/drop.gif) no-repeat scroll right top;
	color: white;
	z-index:1;
}
#kies_in td.filter-content table{
	background:none;
}
#kies_in div.filter-button {
	padding:0 0 0 185px;
	margin:50px 0 0 0;
}
#kies_in a.filter-button, a.filter-button:visited {
	color:#fff;
	display:block;
	float:left;
	font-size:12px;
	font-weight:bold;
	height:20px;
	padding:2px 0 0 0;
	text-align:center;
	width:27px;
	font:bold 14px/18px	Arial, Verdana, Helvetica, sans-serif;
}

a.filter-letter:hover {
	color:#C3C3C3;
	text-decoration:underline;
}
a.filter-letter, a.filter-letter:visited {
	background-image:url(../images/filter_letter_con.gif);
	background-position:center top;
	background-repeat:no-repeat;
	color:#666;
	display:block;
	float:left;
	font-size:12px;
	font-weight:bold;
	height:22px;
	margin-top:2px;
	padding-top:4px;
	text-align:center;
	width:26px;
}
a.filter-numbers, a.filter-numbers:visited {
	background-image:url(../images/filter_num_con.gif);
	background-position:center top;
	background-repeat:no-repeat;
	display:block;
	color:#666;
	float:left;
	font-size:12px;
	font-weight:bold;
	height:22px;
	margin-top:2px;
	padding-top:4px;
	text-align:center;
	width:55px;
}

div.filter-button {
	padding-left:490px;
}

a.filter-button, a.filter-button:visited {
	background:url(../images/filter_con.gif) no-repeat;
	color:#fff;
	display:block;
	float:left;
	font-size:12px;
	font-weight:bold;
	height:20px;
	padding:2px 0 0 0;
	text-align:center;
	width:49px;
	font:bold 14px/18px	Arial, Verdana, Helvetica, sans-serif;
}

.flash_box_concentra	{
	margin: 0;
	background:url(../images/flash_bgr.png);
	width:808px;
	height:200px;
	float: left;
}
.flash_box_footer {
	margin: 0;
	background:url(../images/footer_flash_bgr.png) no-repeat;
	width:500px;
	height:182px;
	float: left;
}
.footer_flash_up {
	background:url(../images/footer_flash_bgr_up.png) no-repeat;
	width:478px;
	height:170px;
	position:absolute;
	z-index:999;
	margin:10px 0 0 10px;
}
* html .footer_flash_up {
	background:url(../images/footer_flash_bgr_up.png) no-repeat;
	width:478px;
	height:170px;
	position:absolute;
	z-index:999;
	margin:10px 0 0 10px;
	left:525px;
}
.flash_title {
	
	color: #DC5C00;
	font:12px Arial Black,Arial, Verdana, Helvetica, sans-serif;
	text-align:left;
	margin:12px 0 10px 0;
}

.flash_box_in {
	float:left;
	width:590px;
	height:160px;
	border:2px solid #f41e8d;
	position:absolute;
	z-index:998;
	padding:0;
	margin:0;
}
.flash_logo {
	background:url(../images/flash_hack.png);
	width:223px;
	height:163px;
	margin:-9px 0 0 0;
	float:right;
	position:relative;
	z-index:999;
}
#rotator {
	z-index:1;
	background:#000;
} 

.bgr_top{
	background:#2c2c2c;
	width:19px;
}


.gva {
	float:left;
	background:url(../images/header/gva.png) no-repeat;
	width:142px;
	height:16px;
	margin:20px 0 0 45px;
}

.filter_litr {
	border:#a6d0e7 1px solid;
	height:26px;
	width:655px;
}
.filtr_ico {
	background:url(../images/filter_op.gif) no-repeat;
	height:26px;
	width:86px;
}

#kies_in .filtr_ico {
	display:none;
}

.pricebgr {
	background:url(../images/price.bgr.gif) repeat-x;
	width:90px;
	height:18px;
	border:1px #b3b3b3 solid;
	margin:0 0 15px 0;
	padding:3px 0 0 0;
	color:#298402;
	font:bold 11px	Arial, Verdana, Helvetica, sans-serif;
	text-align:center;
}


.footer_link_img	{
	margin:0 0 0 160px;
	clear:both;
}

#payments {
	overflow: hidden; 
	text-align: center;
	width:660px;
	padding:10px 0;
}

#payments li {
	display: -moz-inline-box; 
	display: inline-block; 
	margin: 0 0 0 40px;
	float:left;
}

.footer_link_img a.host {
	float:left;
	background:url(../images/footer_ico_host.gif) no-repeat;
	width:95px;
	height:37px;
	margin:0 0 0 5px;
}
.footer_link_img p {
	font:bold 12px	Arial, Verdana, Helvetica, sans-serif;
	color:#666;
	text-align:left;
	padding:0 0 0 20px; 
}
.footer_left {
	float:left;
	margin-top:10px;
}
.footer_left1{
	float:left;
	width:210px;
	margin:10px 0 0 0;
	padding:0;
}

.footer_left ul {
	list-style:none;
	text-align:left;
}
.footer_left ul li{
	background:url(../images/marker_footer.gif) no-repeat 0 5px;
	padding:5px 0 0 20px;
	height:20px;
	border-bottom:1px #161616 solid;
	font:bold 10px/14px Arial, Verdana, Helvetica, sans-serif;
}
.footer_left ul li.no{
	background:none;
	padding:5px 0 10px 0px;
	border-bottom:1px #161616 solid;
	font:bold 12px/20px Arial, Verdana, Helvetica, sans-serif;
}
.footer_left ul li a{
	font:bold 10px	Arial, Verdana, Helvetica, sans-serif;
	
	color: #555555;
}
.footer_right {
	float:left;
	width:512px;
	height:224px;
	margin-left:30px;
}



a.link_eurogamer {
	float:left;
	width:512px;
	height:224px;
	background:url(../images/link_eurogamer.gif) no-repeat;
	width:65px;
	height:41px;
	margin:10px 0 0 12px;
	font:9px Verdana, Arial, Helvetica, sans-serif;
	color:#999;
	text-align:left;
}
a.link_hostbasket {
	float:left;
	background:url(../images/link_hostbasket.gif) no-repeat;
	width:89px;
	height:41px;
	margin:10px 0 0 12px;
	font:9px Verdana, Arial, Helvetica, sans-serif;
	color:#999;
	text-align:left;
}
a.link_eurogamer:hover {
	text-decoration:none;
}
a.link_hostbasket:hover {
	text-decoration:none;
}

#cartSubmit{
	float:right;
	margin-right:20px;
}

.footer_splitter {  
	height: 18px;
	background: url(../images/footer/footer_splitter.gif) left top no-repeat; 
	clear:both;
}

.copy img {
	vertical-align: middle; 
	margin: 0 0 0 5px;
}


.copy {
	width: 100%;
	text-align: center;
	font: normal 0.916em "Myriad Pro"; 
	color: #515151; 
	text-align: center;
}

.copy a {
	text-decoration: none; 
	color: #515151;
}

.copy a:hover{
	text-decoration: underline;
}

.power {
	float:left;
	background:url(../images/footer/power.gif) no-repeat 5px 5px #e7e6e6;
	width:247px;
	height:22px;
	margin:0 0 10px 20px;
	padding:7px 0 0 15px;
	font:bold 11px	Arial, Verdana, Helvetica, sans-serif;
	color:#666;
	border:1px #b3b3b3 solid;
}

.shadow {
}

a.img_info {
	position:relative;
	z-index:999;
	margin:0 0 0 0px;
	padding:0 0 10px 0;
}
td.img {
	width: 150px !important;
	display:block;
	padding:0 0 10px 0;
	vertical-align:top;
}
.shadow_small {
	
	background:url(../images/shadow_small.png) no-repeat 0px 0px;
	width:140px;
	height:18px;
	display:block;
	position:relative;
}
.shadow_med {
	
	background:url(../images/shadow_med.png) no-repeat 0px 0px;
	width:160px;
	height:18px;
	display:block;
	position:relative;
	z-index: 2;
}


.m_gege {
	float:left;
	background:url(../images/boxes/content_block_title.jpg) no-repeat;
	width:641px;
	height:22px;
	padding:2px 0 0 25px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:15px;
}
.m_gege span {
	float:left;
	
	font:bold 15px/25px	Arial, Verdana, Helvetica, sans-serif;
	color:#eac434;
	width:100%;
	height:24px;
	width:803px;
	padding:5px 0 0 15px;
}
.m_gege span.kl {
	float:left;
	
	font:bold 12px/27px Arial, Verdana, Helvetica, sans-serif;
	color:#ffd01f;
	height:41px;
	width:803px;
}
.m_gege span.k2 {
	float:left;
	background:url(../images/winkelmand.png) 15px 8px no-repeat;
	font:bold 15px/28px	Arial, Verdana, Helvetica, sans-serif;
	color:#eac434;
	height:25px;
	text-transform: uppercase;
	padding:5px 0 0 50px;
	width:775px;
}
.content_gege {
	float: left;
	width: 666px;
	background:url(../images/boxes/products_listing_content_top.jpg) no-repeat;
}
.content_gege ul{
	list-style:none;
	margin:0;
	padding:5px 0 5px 25px;
	overflow:hidden;
}
.content_gege ul li{
	float:left;
	margin:0 10px 0 0;
	padding:0;
}
.content_gege a {
	font:bold 12px	Arial, Verdana, Helvetica, sans-serif;
	color:#D95B00;
	text-decoration:none;
}
.content_gege a:hover {
	font:bold 12px	Arial, Verdana, Helvetica, sans-serif;
	color:#000;
	text-decoration:none;
}
a.tab {
	font:bold 12px	Arial, Verdana, Helvetica, sans-serif;
	color:#666;
	text-decoration:none;
}
a.tab:hover {
	font:bold 12px	Arial, Verdana, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
}
a.hover_tab {
	font:bold 12px	Arial, Verdana, Helvetica, sans-serif;
	color: #666666 !important;
	text-decoration:none;
}
.tab_left_select {
	float:left;
	background:url(../images/tabs/left-selected.png) no-repeat;
	width:10px;
	height:28px;
}
.tab_in_select {
	float:left;
	background:url(../images/tabs/bgr-selected.png) repeat-x;
	height:22px;
	padding:6px 0 0 0;
}
.tab_right_select{
	float:left;
	background:url(../images/tabs/right-selected.png) no-repeat;
	width:10px;
	height:28px;
}
* html .tab_in_select{
	float:left;
	background:url(../images/tabs/bgr-selected.png) repeat-x;
	height:22px;
	padding:6px 0 0 0;
}
.tab_left{
	float:left;
	background:url(../images/tabs/left.png) no-repeat;
	width:10px;
	height:28px;
}
.tab_in {
	float:left;
	background:url(../images/tabs/bgr.png) repeat-x;
	height:22px;
	padding:6px 0 0 0;
}
* html .tab_in {
	float:left;
	background:url(../images/tabs/bgr.png) repeat-x;
	height:22px;
	padding:6px 0 0 0;
}
.tab_right {
	float:left;
	background:url(../images/tabs/right.png) no-repeat;
	width:10px;
	height:28px;
}

.h_gege {
	width:594px;
	height:10px;
	background:url(../images/boxes/content_block_header.png) no-repeat;
	margin:0 auto;
	padding:0 10px;
}

.text_gege {
	width:594px;
	background:#FFFFFF;
	margin:0 auto;
	overflow:hidden;
	padding:0 10px;
}

.text_gege h2 {
	padding:0 0 0 30px;
	margin:0;
	background: url(../images/arrow.gif) no-repeat;
	color:EA8800;
}


.tab_border {
	height:26px;
	display:block;
	margin: 0;
}

.dotted {
	background:url(../images/dotted.gif) no-repeat;
	width:100%;
	height:4px;
	margin:0 0 10px 15px;
}

#accountHistoryTable{
	width:600px;
	margin:0px 10px 10px 30px;
	background:url(../images/backgrounds/account_top_bg.png) left top no-repeat;
 }

#accountHistoryTable td{
	font-size:11px;
	padding:8px 0px 8px 15px;
	color:#666;
}

.featured-products-box .accountHistoryInfoTable{
	width:600px;
	margin:0px 10px 10px 30px;
	background:url(../images/backgrounds/account_top_bg.png) left top no-repeat;
}

.featured-products-box .accountHistoryInfoTable td{
	font-size:11px;
	padding:3px 0px 3px 15px;
	color:#666;
}

.featured-products-box .accountHistoryInfoTable td h2{
	margin:10px 0;
}

#accountTable .orange_success{
 	color:#EA8800;
	font-size:14px;
	font-weight:bold;
	font-family:arial, sans-serif;
	padding:0px 15px;
}

.bestell_box {
	float:left;
	background:url(../images/backgrounds/bestellen_bgr.gif) no-repeat;
	width:233px;
	height:167px;
	margin:15px 15px 5px 0px;
}

.bestell_box2 {
	float:left;
	background:url(../images/bestell_bgr2.gif) no-repeat;
	width:232px;
	height:167px;
	margin:15px 15px 5px 0px;
}

.bestell_box3 {
	float:left;
	background:url(../images/bestell_bgr3.gif) no-repeat;
	width:234px;
	height:167px;
	margin:15px 15px 5px 0px;
}
.bestell_box4 {
	float:left;
	background:url(../images/bestell_bgr4.gif) no-repeat;
	width:233px;
	height:167px;
	margin:10px 15px 15px 0px;
}
.bestell_box5 {
	float:left;
	background:url(../images/bestell_bgr5.gif) no-repeat;
	width:233px;
	height:167px;
	margin:10px 15px 15px 0px;
}
.bestrell_box_top {
	float:left;
	margin:15px 0 0 10px;
	padding:0;
	width:220px;
	font:bold 11px Verdana,Arial,sans-serif;
	color: #e5bb1c;
	padding:5px 0 5px 0px;
}
.bestrell_box_top1 {
	float:left;
	margin:5px 0 0 5px;
	padding:0;
	width:220px;
	height:27px;
	font:bold 11px Verdana,Arial,sans-serif;
	color: #666;
	padding:5px 0 0 35px;
}
.bestrell_box_top2 {
	float:left;
	background:url(../images/bestell_2.gif) no-repeat;
	margin:5px 0 0 5px;
	padding:0;
	width:220px;
	height:27px;
	font:bold 11px Verdana,Arial,sans-serif;
	color: #666;
	padding:5px 0 0 35px;
}
.bestrell_text {
	font:10px/15px Verdana,Arial,sans-serif;
	color: #e5bb1c;
	margin:0px 7px 0 10px;
}
.bestell_in {
	float:right;
	font:bold 30px Verdana,Arial,sans-serif;
	color: #e5bb1c;
	margin:10px 15px 0 0;
}

.header { 
	width:1000px; 
	margin: 0 auto 15px; 
	text-align: left; 
	overflow:hidden; }

.header a.logo_link { 
	display: block;
	float: left; 
	width:364px; 
	height: 98px; 
	background: url(../images/logo.png) no-repeat
}

.header .login {
	float: right; 
	overflow: hidden; 
}

.header .login .left { 
	float: left; 
	width:33px; 
	height: 48px; 
	OVERFLOW: visible; 
}

.header .login .right { 
}
 
#top-reg{
	float:left;
	width: 569px; 
	height: 22px !important;
	height: 28px;
	padding: 6px 0 0; 
	background: url("../images/bg_menu.png") 0 0 no-repeat;
}

#top-reg li{
	float: left;
	font: normal 0.833em Arial;
	color: #121212;
	padding-left:13px;
	margin-left:6px;
}

#top-reg li.disc{
	background: url("../images/bull.gif") center left no-repeat;
}

#top-reg li a{
	color: #121212;
}

#top-reg li:first-child {
	margin: 0 10px 0 0; 
	list-style-type: none;
}
	
#top-reg li a:hover {
	text-decoration: none;
}
	
.header .login .right li a { 
	color: #EA8800; 
	text-decoration: underline; 
}

.clear:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.clear {
	display: inline-block;
}

.clear {
	display: block;
}

#bottomClear{
}

.main_menu_wrapper {
	float: left; 
	display: 
	inline; 
	width: 
	666px; 
}

.search_box_wrapper { float:right; display: inline; }
.search_box_wrapper .keywords { width: 247px; height: 32px; background: url(../images/search_input_element.png) left top no-repeat; border: 0px; margin-left: 6px; padding: 8px 0 0 13px; font-size: 11px; color: #555555; }
.search_box_wrapper .search_btn { width: 43px; height: 33px; background: url(../images/search_btn.png) left top no-repeat; border: 0px; cursor: pointer; margin-left: 6px; }

#banner_slider { 
	
	margin: 0 0 0 19px;
	width: 646px; 
	height: 177px; 
	
}

#slider {
	margin: 0 0 0 19px;
}

#welcome {
	position: relative; 
	width: 644px; 
	height: 142px; 
	background: url(../images/bg_welcome.png) 0 0 no-repeat;
	margin-left:10px;
}
	
	
#banner_slider ul, #banner_slider li {
	margin: 0; 
	padding: 0; 
	list-style: none;
}
	
#banner_slider, #banner_slider li {
	width: 603px; 
	height: 142px; 
	overflow: hidden;
}

span#prevBtn {
	position: absolute; 
	top: 50px; 
	right:-35px;
	padding:10px;
}
	
 span#prevBtn a {
	width: 42px; 
	height: 27px; 
	border:none;
	font-size:0px;
	float:left;
	background: url("../images/ico_prev.png") 0 0 no-repeat;
}
	
span#nextBtn {
	position: absolute; 
	top: 56px; 
	left: 1px; 
	padding:10px;
}

span#nextBtn a {
	float:left;
	width: 15px; 
	height: 20px; 
	border:none;
	font-size:0px;
	margin-left:-10px;
	margin-top:-10px;
	background: url("../images/ico_next.png") 0 0 no-repeat;
}

#emptyCart{
	
}

.main_top { 
	height: 20px;
	background: url(../images/bg_main_top.png) no-repeat; 
}
	
#mainpagebg .content { 
	float: left;
	width:650px;
}
	
#mainpagebg .right_column { 
	float: right; 
	width: 330px; 
}

.regTableLeftTd{
	background: url(../images/dottedVert.png) 100% 20px no-repeat;
	width:305px;
	padding-left:20px;
}

.menu_block { 
	background:url(../images/navig_menu/menu_block_nav.gif) no-repeat 0 30px;
	height:90px;
	float:left;
}

.menu_block_nav {
	width: 647px; 
	height: 44px; 
	background: url(../images/navig_menu/menu_bg3.png) no-repeat top;
}

#submenu {
	width: 645px;
	height: 48px;
	position:relative;
	background:url(../images/navig_menu/grey_box_nav.gif) no-repeat center;
	top:-45px;
	left:11px;
}

#submenu ul li{
	float:left;
	margin-left:10px;
}

#submenu ul li{
	font-family:Arial, sans-serif;
	font-weight:bold;
	color:#242424;
	font-size:11px;
}

#basket {
	width:304px;
	height:50px;
	padding:15px 0 0 20px;
	margin-bottom:10px;
	background: url("../images/bg_basket.png") 0 0 no-repeat;
}

* html #basket {
	margin-top:-5px;
	width:324px;
	height:64px;
	padding:15px 0 0 20px;
	margin-bottom:10px;
	background: url("../images/bg_basket.png") 0 0 no-repeat;
}

#basket p {
	margin: 0 0 5px; 
	font: normal 1em Arial; 
	color: #555555;
}
	
#basket a {
	font: normal 1em Arial; 
	color: #555555;
	outline:none;
}
	

#basket a:hover {
	text-decoration: none;
}
	

#basket a#cart {
	display: block; 
	width: 43px; 
	height: 33px; 
	background: url("../images/btn_cart.png") 0 0 no-repeat;
	font-size:0px;
	position:absolute;
	margin:-35px 0 0 245px;
}

#block1 {
	width: 326px; 
	height: 80px; 
	background: url("../images/bg_block.png") 0 0 no-repeat;
	margin-bottom:10px;
}
 
#block1 h3 {
	padding:3px 0 0 40px; 
	font: normal 1.245em Arial; 
	color: #fff;
	height:22px !important;
	height:25px;
}
	
#block1 var {
	display: block; 
	float: left; 
	margin: 14px 0 0 21px; 
	font: normal 1.666em Arial; 
	color: #ffc243;
}

#block1 p {
	display: block; 
	float: left; 
	margin: 14px 0 0 13px; 
	font: normal 0.871em Arial; 
	color: #555555;
}

.menu_block .right ul { 
	position: relative; 
	width: 649px; 
	height: 40px; 
}

.jqueryslidemenu ul { 
	width: 649px;
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none !important;
	z-index: 1000; 
}

.jqueryslidemenu ul li {
	display: inline; 
	float: left;
	height: 40px;
	margin-right:2px;
}

.jqueryslidemenu ul li.i1{ 
	width: 76px;
	margin-top:1px;
}

.jqueryslidemenu ul li.i2, .jqueryslidemenu ul li.i3, .jqueryslidemenu ul li.i4, .jqueryslidemenu ul li.i5, .jqueryslidemenu ul li.i6 { 
	width: 76px;
	margin-top:1px;
}

.jqueryslidemenu ul li.i1 a:hover { 
	
}

.jqueryslidemenu ul li.i1 a.active { 
	background: url(../images/navig_menu/active.png) no-repeat; 
	cursor: default; 
	color:#000;
}

.jqueryslidemenu ul li.i2 a.active1 { 
	background: url(../images/navig_menu/menu_i2act.png) no-repeat; 
	cursor: default; 
	color:#000;
}


.jqueryslidemenu ul li.i3 a.active2 { 
	background: url(../images/navig_menu/menu_i3act.png) no-repeat; 
	cursor: default; 
	color:#000;
}

.jqueryslidemenu ul li.i4 a.active3 { 
	background: url(../images/navig_menu/menu_i4act.png) no-repeat; 
	cursor: default; 
	color:#000;
}

.jqueryslidemenu ul li.i5 a.active4 { 
	background: url(../images/navig_menu/menu_i5act.png) no-repeat; 
	cursor: default; 
	color:#000;
}

.jqueryslidemenu ul li.i6 a.active5 { 
	background: url(../images/navig_menu/menu_i6act.png) no-repeat; 
	cursor: default; 
	color:#000;
}


.jqueryslidemenu ul li.i2 { 
	width: 84px; 
}

.jqueryslidemenu ul li.i3 { 
	width: 131px; 
}

.jqueryslidemenu ul li.i4 { 
	width: 86px;
}

.jqueryslidemenu ul li.i5 {
	width: 155px;
}

.jqueryslidemenu ul li.i6 { 
	width: 105px;
}

.jqueryslidemenu ul li img { 
	display:none; 
}

.jqueryslidemenu ul li a {
	position: relative;
	display: block;
	height: 40px;
	width: 100%;
	float: left;
	background: none;
	text-decoration: none;
	text-align: center;
	font: bold 14px Trebuchet MS; 
	color: #fff; 
	text-transform: uppercase;
	padding-top:10px;
}
	


.jqueryslidemenu ul li a:hover { 
	color: #FFD63F 
}

.jqueryslidemenu ul li a.active { 
	color: #231F20 !important;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited {
 position:relative;
 }

.jqueryslidemenu ul li ul { 
	position: absolute; 
	z-index: 1000; 
	width: 647px; 
	right:0 !important; 
	display: block; 
	background:#DDDDD9 url(../images/navig_menu/menu_conteyner.png) no-repeat bottom; 
	top: 40px; 
	left: 0px; 
	visibility: visible; 
 height:150px;
}


.jqueryslidemenu ul li ul#menuTV{
	position: absolute; 
	z-index: 1000;
	width: 647px;
	height:130px;
	padding-top:10px; 
	right:0 !important; 
	left: 0px; 
	background:#DDDDD9 url(../images/navig_menu/menu_conteyner.png) no-repeat bottom; 
	overflow:hidden;
}

.jqueryslidemenu ul li ul#menuTV li{
	display:inline;
	float:left;
	width:80px !important;
	width:90px;
	margin:0;
	padding:0 0 10px 10px;
	background: url(../images/navig_menu/line3.gif) no-repeat left center;
	height:17px;
}

.jqueryslidemenu ul li ul#menuTV li a {
	margin:0;
	padding:0;
	font-size:11px;
	height:17px;
	color:#dc5d00;
	font-weight:bold; 
	font-family:Arial, sans-serif;
	outline:none;
}


.jqueryslidemenu ul li.i2 ul li { 
	position: relative; 
	float:left;
	width: 90px !important;
	width: 105px;
	display: inline; 
	background: url(../images/navig_menu/line3.gif) no-repeat left center; 
	text-align: left; 
	list-style:none !important; 
	margin:0px;
	padding:10px 0 10px 15px;
}
	
#banners{
	margin:15px 35px;
	float:left;
}

.banners_games{
	margin:10px;
	float:left;
	width:650px;
}

.banners_games td{
	padding:0px;
}

.banners_games img{
	height:80px;
	width:310px;
	margin:10px 5px;
	float:left;
}

.banners_games a{
	margin:0px;
	padding:0px;
}

#banners td{
	padding:10px;
}

.jqueryslidemenu ul li ul li a { 
	text-align: left;
	text-transform: none;
	outline:none;
}

.jqueryslidemenu ul li ul li .title { 
	position: relative; 
	font: bold 10px Arial; 
	color: #DC5D00; 
	display:block;
	overflow:hidden;
	height:25px;
}

.jqueryslidemenu ul li ul li .title a { 
	font: bold 10px Arial; 
	color: #DC5D00; 
	height: auto;
	padding:0;
	margin:0;
	float:left;
}

.jqueryslidemenu ul li ul li .title img {
	float:left;
	margin: 0 5px 0 0;
	display:inline;
}
 
.jqueryslidemenu ul li ul li .l1 { 
	list-style:none !important;
	display:block;
	overflow:hidden;
	padding:0;
	margin:0;
	
}

.jqueryslidemenu ul li ul li .l1 a { 
	font: bold 10px/18px Arial; 
	color: #353535;
	margin:0;
	padding:0;
	float:left;
	height:20px;
	text-decoration:none;
}

.jqueryslidemenu ul li ul li .l1 a:hover { 
	color: #353535;
	text-decoration:underline;
}

.jqueryslidemenu ul li ul li .l2 {
	display: block;
	outline:none;
}

.jqueryslidemenu ul li ul li .l2 a { 
	color: #DC5D00;
	float: none; 
}

.right_column .block { 
	background: url(../images/right_column/block.jpg) repeat-y ;
}

.right_column .block .top { 
	background: url(../images/right_column/block_t.jpg) no-repeat top left;
}

.right_column .block .bottom { 
	width:313px !important;
	width:330px; 
	padding:0 0 30px 17px; 
	background: url(../images/right_column/block_b.jpg) no-repeat bottom left;
}

.right_column .block .bottom .text { 
	padding:12px 15px 7px 8px; 
	font: normal 11px Verdana; 
	color: #666666;
}

.right_column .block .bottom h4 { 
	padding:12px 15px 7px 8px; 
	font: normal 13px Arial; 
	color: #dc5d00;
}



.right_column .block .bottom p { 
	padding:12px 25px 7px 8px; 
	font: normal 11px/18px Arial; 
	color: #555555 
}

.right_column .block .title { 
	height: 24px; 
	background: url('../images/right_column/block_title.jpg') no-repeat;
}

.right_column .block .ic3 h2 { 
	padding-left:43px; 
	font-size:14px; 
	font-weight: bold; 
	line-height: 24px; 
	color: #fff; 
	margin: 0px; 
}

.right_column .block .frame { 
	overflow: hidden; 
	width: 296px; 
	background: url(../images/right_column/block_frame.png) no-repeat top;
}





.right_column .block .section2 { padding:8px 0 0 2px; }
.right_column .block .section2 li { width: 281px; height: 23px; overflow: hidden; padding-left:10px; line-height: 23px; font-size:11px; color: #555555; }
.right_column .block .section2 li.even { background: url(../images/right_column/block_list.png) no-repeat }
.right_column .block .section2 li a { color: #555555; }
.right_column .block .section3 { margin: 10px 15px 5px; overflow: hidden; position: relative;}
.right_column .block .section3 .order { position: relative; font-size: 11px; padding: 10px 0 15px; margin-top:-2px; font-weight: bold; color: #555555; background: url(../images/right_column/line2.gif) no-repeat top left }
.right_column .block .section3 .order dt { float:left; margin-right:10px; display: inline; }
.right_column .block .section3 .order dd { overflow: hidden; }
.right_column .block .section3 .order strong { font-size: 18px; }
.right_column .block .section3 .order .yellow { font-size: 24px; color: #fccb26 }
.right_column .block .section3 .order .red { color: #cd1a1a; }
.right_column .block .section3 .order .green { color: #0e9d0a }
.right_column .block .section3 .order .bn { width:66px; height: 20px; margin-top:8px; background: #e4a82a url(../images/right_column/bn1.png) no-repeat; border: 0; cursor: pointer;}
.right_column .block .dealbox { width: 275px; padding: 20px 10px 0; position: relative; }
.right_column .block .dealbox .picture { max-width: 130px; max-height: 152px; }
.right_column .block .dealbox .description { padding: 0px 10px 0px 10px; vertical-align: top; font-size: 11px; color: #565656; text-align: justify; }

.right_column .block .dealbox .price { 
	vertical-align: top; 
	font-size: 11px; 
	font-weight: bold; 
	color: #565656; 
	padding: 10px 0px 0px 40px; 
}

.name512 { 
	font-size:11px;
	height:22px;
	width:226px;
	text-indent:10px;
	font-family:arial; sans-serif;
	font-size:12px;
	color:#dc5d00;
	font-weight:bold;
	padding-top:5px;
}

.desc512,.priceText{
	color:#555;
	font-weight:bold;
	font-family:arial, sans-serif;
	font-size:11px;
	margin-bottom:5px;
}

.prodDetails .priceText{
	color:#555;
	font-weight:bold;
	font-family:arial, sans-serif;
	font-size:11px;
	margin-top:5px;
	width:20px;
}

.right_column .block .dealbox .price .new { 
	display: block; 
	font-size: 17px; 
}



.right_column .block .dealbox .price .new .value { 
	font-size: 22px; 
	color: #FEC928; 
}



.right_column .block .dealbox .price .normal { 
	display: block;
}



.right_column .block .dealbox .price .normal .value { 
	color: #D13441; 
}



.right_column .block .dealbox .price .normal .value1 { 
	text-decoration: line-through; 
}



.right_column .block .dealbox .price .discount { 
	display: block;
}



.right_column .block .dealbox .price .discount .value { 
	color: #0FA107; 
}



.right_column .block .dealbox .timer { 
	width: 140px; 
	height: 33px; 
	background: url(../images/deal_timer_bg.jpg) left top no-repeat; 
	color: #ffffff; 
	font-size: 21px; 
	text-align: center; 
	font-weight: bold; 
	padding-bottom: 5px; 
}



.right_column .block .dealbox .button { 
	height: 33px; 
	padding-left: 20px; 
	vertical-align: top; 
}



.content .block { 
	width:650px; 
	margin-bottom:10px; 
	background: #f8f8f7 url(../images/boxes/content_block.jpg) repeat-y center;
}

.content .block .top { 
	width:650px; 
	background: url(../images/boxes/content_block_t.jpg) no-repeat top center;
}



.content .block .bottom { 
	width:650px; 
	padding-bottom:30px; 
	background: url(../images/boxes/content_block_b.jpg) no-repeat bottom center; 
}



.content .block .title { 
	width:650px; 
	height: 24px; 
	background: #e4a82a url(../images/boxes/content_block_title.jpg) no-repeat center;
}



.content .block .ic1 h2 { 
	padding-left:49px; 
	background: url(../images/boxes/ic1.gif) no-repeat 26px 4px; 
	font-size:14px; 
	font-weight: bold; 
	line-height: 24px; color: #fff;
	margin: 0;
}

.content .block .section1 { 
	padding:9px 0 10px 27px; 
}

.content .block .section1 .pic { 
	float:left; 
	width: 208px; 
	background: url(../images/boxes/content_block_pic.png) no-repeat top; 
}



.content .block .section1 .pic dt { 
	width: 208px; 
	padding:11px 0 14px; 
	text-align: center; 
}

.content .block .section1 .pic dt .gallery #picShad{
	background: url(../images/boxes/pic_shadow.png) no-repeat top center; 
	width:185px;
	height:20px;
	margin-left:10px;
} 

.content .block .section1 .pic dd { 
	padding:0 0 0 33px; 
	margin-top:-5px; 
	background: url(../images/boxes/ic_zoom.gif) no-repeat 14px 4px; 
	text-align: left; 
}
 
#zoom{
	background: url(../images/boxes/ic_zoom.gif) no-repeat 30px 0; 
	color:#555;
	font-size:11px;
	font-family:arial, sans-serif;
	font-weight:bold;
	height:15px;
	padding-left:25px;
}



.content .block .section1 .pic dd a { 
	font-size: 11px; 
	color: #555555; 
	line-height: 20px; 
}



.content .block .section1 .desk { 
	float:left; 
	width: 385px; 
	padding: 11px 0 15px 9px; 
	margin-left:6px; 
	display: inline; 
	background: url(../images/boxes/content_block_desk.png) no-repeat top; 
}



.content .block .section1 .desk .frame { 
	width: 377px; 
	background: url(../images/boxes/content_block_frame_t.png) no-repeat top; 
}



.content .block .section1 .desk .frame .inner { 
	width: 349px; 
	padding: 10px 14px; 
	background: url(../images/boxes/content_block_frame_b.png) no-repeat bottom; 
}



.content .block .section1 .desk .frame .order { 
	position: relative; 
	font-size: 11px; 
	font-weight: bold; 
	color: #555555 
}



.content .block .section1 .desk .frame .order dt { 
	float:left; 
	margin-right:26px; 
	display: inline; 
}



.content .block .section1 .desk .frame .order dt table { 
	display: inline; 
}



.content .block .section1 .desk .frame .order dd { 
	overflow: hidden; 
}



.content .block .section1 .desk .frame .order strong { 
	font-size: 18px; 
}



.content .block .section1 .desk .frame .order .yellow { 
	font-size: 24px; 
	color: #fccb26; 
}



.content .block .section1 .desk .frame .order .red { 
	color: #cd1a1a; 
}



.content .block .section1 .desk .frame .order .green { 
	color: #0e9d0a; 
}

.content .block .section1 .desk .frame .order .bn { 
	position: absolute; 
	bottom: 0; 
	width:66px; 
	height: 20px; 
	background: #e4a82a url(../images/boxes/bn1.png) no-repeat; 
	border: 0; 
	cursor: pointer;
}

.content .block .section1 .desk .title { 
	width: 130px; 
	padding: 13px 4px 0 10px; 
	margin: 10px 0 0;
	background:url(../images/boxes/content_block_desk_title.png) no-repeat;
}

.content .block .section1 .desk .title h3 { 
	color: #dc5d00; 
	font-size: 12px; 
	font-weight: normal; 
}

.content .block .section1 .desk .list { 
	width: 360px; 
}


.content .block .section1 .desk .list li { 
	height: 18px; 
	padding-left:10px; 
	line-height: 18px; 
	font-size: 11px; 
	color: #474747; 
	background:url(../images/boxes/content_block_desk_list.png) no-repeat left bottom;
}


.content .block .section2 { width: 595px; padding-left:40px; }
.content .block .section2 .title { 
	width: 130px !important; 
	width: 144px; 
	padding: 5px 4px 5px 10px; 
	background:url(../images/boxes/content_block_desk_title.png) no-repeat;
}
.content .block .section2 .title h3 { color: #dc5d00; font-size: 12px; font-weight: normal; }
.content .block .section2 p { color: #555555; font-size: 11px; padding:0 0 5px 10px; }
.content .block .section3 { padding: 11px 0 10px 26px; }
.content .block .section3 .pic { float:left; width: 150px; margin-right:4px; display:inline; background: url(../images/boxes/content_block_pic2.png) no-repeat top; }
.content .block .section3 .pic dt { display: block; width: 150px; margin-bottom:3px; padding:10px 0 0; text-align: center; }
.content .block .section3 .pic dt a {}
.content .block .section3 .pic dd { display: block; width: 127px; padding: 4px 5px; margin-left:6px; background: #0f0e0e; border-top:1px solid #6f6e6e; border-bottom:1px solid #6f6e6e; text-align: left; font-weight:bold; color: #fff }
.content .block .section3 .pic dd a { font-weight:bold; color: #fff; text-decoration: none; }
.content .block .section4 { padding: 5px 34px 0 0;}
.content .block .section4 .frame { float: right; width: 240px; background: url(../images/boxes/content_block_frame2_t.png) no-repeat top; }
.content .block .section4 .frame .inner { width: 212px; padding: 10px 14px; background: url(../images/boxes/content_block_frame2_b.png) no-repeat bottom; }
.content .block .section4 .frame .order { position: relative; font-size: 11px; font-weight: bold; color: #555555 }
.content .block .section4 .frame .order dt { float:left; margin-right:10px; display: inline; }
.content .block .section4 .frame .order dd { overflow: hidden; }
.content .block .section4 .frame .order strong { font-size: 18px; }
.content .block .section4 .frame .order .yellow { font-size: 24px; color: #fccb26 }
.content .block .section4 .frame .order .red { color: #cd1a1a; }
.content .block .section4 .frame .order .green { color: #0e9d0a }

.content .block .section4 .frame .order .bn { 
	position: absolute; 
	bottom: 0; 
	width:66px; 
	height: 20px; 
	background: #e4a82a url(../images/boxes/bn1.png) no-repeat; 
	border: 0; cursor: pointer;
}


.content .block .section4 .frame .order .empty { padding-left:40px; }

.content .block2 { 
	width:666px; 
	padding-bottom:20px; 
	margin-bottom:10px; 
}

.content .block2 .title { 
	width:666px; 
	height: 24px; 
	background: #e4732a url(../images/boxes/content_block2_title.jpg) no-repeat; 
}

.content .block2 .ic1 h2 { 
	padding-left:49px;
	margin:0;
	background: url(../images/boxes/ic2.gif) no-repeat 26px 4px; 
	font-size:14px; 
	font-weight: bold; 
	line-height: 24px; 
	color: #fff	
}


.content .block2 .section1 { position: relative; width: 100%; overflow: hidden; margin-left:15px }
.content .block2 .section1 table { width: 1px; margin-left:-1px; }

.content .block2 .section1 table .top { 
	vertical-align: bottom; 
	text-align: center; 
	padding:5px 19px 6px; 
	
}

.content .block2 .section1 table .top a { 
	display: block; 
}

.content .block2 .section1 table .top .shadow { 
	width: 128px; 
}

.content .block2 .section1 table .text { 
	display: block; 
	padding: 4px 5px; 
	margin:0 19px; 
	background: #0f0e0e; 
	border-top:1px solid #6f6e6e; 
	border-bottom:1px solid #6f6e6e; 
	text-align: left; 
	font-weight:bold; 
	color: #fff;
}
.content .block2 .section1 table .text a { font-weight:bold; color: #fff; text-decoration: none; font-size: 12px; }

#accordion .ui-accordion { 
	width: 296px 
}
	
#accordion .ui-accordion-header { 
	width: 281px; 
	height: 23px; 
	margin-bottom:6px; 
	outline: none; 
	padding-left:15px; 
	background: #f0f0f0 url(../images/right_column/accordion_header_close.gif) no-repeat; 
	font: normal 11px/23px Verdana; 
	color: #666666;
}

#accordion .ui-accordion-header a {
	font: normal 11px/23px Verdana; 
	color: #666666; 
	text-decoration: none; 
	outline: none;
}
	
#accordion .ui-accordion-content { 
	padding: 10px 10px 17px 9px; 
	margin-bottom:9px; 
	height: auto !important; 
	background: url(../images/right_column/accordion_content.gif) no-repeat bottom;
}
	
#accordion div .ui-accordion-content li { 
	padding-left:10px; 
	margin-bottom:4px; 
	background: url(../images/right_column/arr3.gif) no-repeat left 5px; 
}
	
#accordion div .ui-accordion-content li a { 
	font: normal 11px Verdana; 
	color: #000; 
	text-decoration: none; 
}


#scroll { 
	margin-right:20px; 
	height: 160px; 
	overflow: hidden; 
}
	
#scroll #mycustomscroll {
	position: relative; 
	height: 160px;
}

.mcontentwrapper {
	width:270px;
}
	
#scroll .scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; 
	left: 0;
}
	
#scroll .vscrollerbase {
	visibility: visible !important;
}
	
#scroll .vscrollerbase {
	width: 14px;
}
	
#scroll .vscrollerbar {
	width: 20px;
	
}
	
#scroll .hscrollerbase {
	height: 20px;
}
	
#scroll .hscrollerbar {
	height: 20px;
}
	
#scroll .vscrollerbar, .hscrollerbar {
	padding: 20px;
	z-index: 2;
}
	
#scroll .vscrollerbarbeg {
	
	width: 20px;
	height: 20px !important;
}
	
#scroll .vscrollerbarend {
	
	width: 20px;
	height: 20px;
}
	
#scroll .hscrollerbarbeg {
	background: url(../images/right_column/scroll.gif) -80px -20px no-repeat;
	height: 20px;
	width: 20px !important;
}
	
#scroll .hscrollerbarend {
	background: url(../images/right_column/scroll.gif) -40px -20px no-repeat;
	height: 20px;
	width: 20px;
}
	
#scroll .scrollerjogbox {
	width: 20px;
	height: 20px;
	top: auto; 
	left: auto;
	bottom: 0px; 
	right: 0px;
}
	
#scroll .vscrollerbasebeg {
	background: #e4e4e4 url(../images/right_column/scroll_t.png) 0px 0px no-repeat;
	background-color:none;
	width: 14px;
	height: 20px !important;
}
	
#scroll .vscrollerbaseend {
	background:#fff url(../images/right_column/scroll_b.png) 0px 0px no-repeat;
	height: 20px;
	width: 14px;
}
	
#scroll .hscrollerbasebeg {
	background: url(../images/right_column/scroll.gif) -80px 0px no-repeat;
	height: 20px;
	width: 20px !important;
}
	
#scroll .hscrollerbaseend {
	height: 20px;
	width: 20px;
	background: url(../images/right_column/scroll.gif) -40px 0px no-repeat;
}
	
#scroll .scrollerjogbox:hover {
	background: #5E828C url(../images/right_column/scroll.gif) -60px -20px;
}

.products-listing-box { 
	margin-bottom:10px;
	background: #f8f8f7 url(../images/boxes/products_listing_box_bg.jpg) repeat-y;
}

products-listing-box1{
	width:666px;
 }

.products-listing-box .top {	
	width:666px; 
	
}

.products-listing-box .bottom {
	width:650px;
	padding-bottom:30px; 
	background: url(../images/boxes/products_listing_content_bottom.jpg) no-repeat bottom;
}

.products-listing-box1 .bottom1 { 
	width:666px; 
	padding-bottom:30px; 
}

.products-listing-box .title { 
	height: 24px; 
	background: #e4a82a url(../images/boxes/products_listing_title_bg.jpg) no-repeat;
}
 
 .products-listing-box1 .title1 { 
	width:666px; 
	height: 24px; 
	background: url(../images/boxes/products_listing_title_red.png) no-repeat;
}

#bgbox{
	width:666px;
	height:129px;
	background: url(../images/boxes/bgbox.png) 15px 10px no-repeat;
	font-size:8pt;
	font-family:Arial, sans-serif;
	padding:20px 15px 0px 25px;
	line-height:1.6;
}

#bgbox div{
	float:left;
	width:620px;
}

.boldP{
	font-weight:bold;
}

.products-listing-box1 .ic2 h2 { 
	padding-left:49px; 
	font-size:14px; 
	font-weight: bold; 
	line-height: 24px; 
	color: #fff; margin: 0px; 
}

.products-listing-box .ic1 h2 { 
	padding-left:49px; 
	background: url(../images/ic1.gif) no-repeat 26px 4px; 
	font-size:14px; 
	font-weight: bold; 
	line-height: 24px; 
	color: #fff; margin: 0px; 
}

.products-listing-box .filter, 
.products-listing-box .listing, 
.products-listing-box .products_count { 
	width:620px;
	padding: 5px 0 10px 15px;
}

.products-listing-box1 .filter, 
.products-listing-box1 .listing, 
.products-listing-box1 .products_count {
	width:666px;
	padding: 5px 23px 10px 26px; 
}

.products-listing-box .pager, 
.products-listing-box1 .pager{
	text-align:center;
	padding:10px 0;
}

.products-listing-box .pager_list {
	background: url('../images/boxes/products_listing_content_bottom.jpg') no-repeat bottom;
	height:65px;
	width:650px;
}

.products-listing-box .productListing td.item, 
.products-listing-box1 .productListing td.item { 
	padding: 10px; 
	vertical-align: top; 
}

.products-listing-box .productInfo, .products-listing-box1 .productInfo { 
	color: #474747; 
	font-size: 11px; 
	width:100%;
}

.products-listing-box .productInfo .productPicture{ 
	width: 99px; 
	height: 140px; 
}

.products-listing-box1 .productInfo img.productPicture512 { 
	width: 99px; 
	height: 50px; 
}

.products-listing-box1 .productInfo1{
	height:auto;
	margin-top:0px;
}

.512 .productInfo1{
	float:left;
}

.products-listing-box .productInfo td.productName, .products-listing-box1 td.productName { 
	color: #000000; 
	font-size: 11px; 
	vertical-align: top; 
	padding-left: 7px; 
}

.products-listing-box .productInfo .productDesc, .products-listing-box1 .productDesc	{ 
	height: 100% 
}

.products-listing-box .productInfo .price, .products-listing-box1 .productInfo .price { 
	font-size: 11px; 
	padding-left: 5px; 
	height: 24px; 
}

.products-listing-box .productInfo .priceText, .products-listing-box1 .productInfo .priceText	{ 
	color:#555;
	font-size:11px;
	font-weight:bold;
	padding: 7px 0 0 7px; 
}
.products-listing-box .productInfo .price table { 
	display: inline; 
}

.products-listing-box .productInfo .price, .products-listing-box .productInfo .button, .products-listing-box1 .productInfo .price, .products-listing-box1 .productInfo .button	{ 
	vertical-align: middle; 
}

.products-listing-box .productInfo .button, .products-listing-box1 .productInfo .button	{
	padding: 2px 0 0 0; 
}

.products-listing-box .productListingSplitter, .products-listing-box1 .productListingSplitter { 
	height: 18px; 
	background: url(../images/boxes/product_listing_splitter.gif) 0px 0px; 
	
}

.productListingSplitter{
	width: 100%; 
	height: 18px; 
	background: url(../images/boxes/product_listing_splitter_long.gif) repeat-x; 
	position:relative;
	
}

.klant_box {
	width:730px;
	height:auto;
	font:11px/18px Arial,Verdana,sans-serif;
	color: #000;
	margin:20px 0 0 0;
}

.img_klant {
	float:left;
	width:259px;
	background:url(../images/gls.png) no-repeat;
	height:162px;
	margin:0 30px 0 0;
	display:block;
}

.img_klant2 {
	float:left;
	width:130px;
	background:url(../images/veiligheid_img.png) no-repeat 20px 10px;
	height:163px;
	margin:0 10px 0 0;
}

.img_klant3 {
	float:left;
	width:128px;
	background:url(../images/oversch_img.png) no-repeat;
	height:150px;
	margin:0 10px 0 0;
}

.img_klant4 {
	float:left;
	width:131px;
	background:url(../images/kredietkaart_img.png) 10px 0px no-repeat;
	height:120px;
	margin:0 10px 0 0;
}

.add_book {
	font:11px Verdana,Arial,sans-serif;
	color: #3786bb;
}

input.input_klant {
	font:11px Verdana,Arial,sans-serif;
	color:#fff;
	border:none;
	background:#000;
	padding:3px 10px 5px 10px;
	margin:3px 0 0 0;
	height:20px;
	width:200px;
}

select.input_klant {
	font:bold 11px Verdana,Arial,sans-serif;
	color:#fff;
	border:none;
	background:#000;
	padding:5px 2px 5px 2px;
	width:150px;
}

#quick_search_panel td.main b {
	font: bold 11px Verdana,Arial,sans-serif;
	color: #EB853C;
}

#quick_search_panel #sluiten:hover{
	color:#fed466;
}

#quick_search_panel {
	border: 4px solid #ffd01f; 
	z-index: 1999;
	position: absolute;
	margin:0 0 0 5px;
	color:#666;
	background-color:#fff;
}

#quick_search_panel table{
	float:left;
}

#quick_search_panel a:hover { 
	text-decoration: underline; 
}

.bar {
	display:block;
	width:780px;
	height:41px;
	margin:0 10px;
}

a.winkel {
	float:left;
	background:url(../images/menu_bar/winkel1.png) no-repeat;
	width:260px;
	height:28px;
	margin: 15px 0 0 0;
}

a.verzend {
	float:left;
	background:url(../images/menu_bar/verzend.png) no-repeat;
	width:260px;
	height:28px;
	margin: 15px 0 0 0;
}
a.verzend:hover {
	background:url(../images/menu_bar/verzend1.png) no-repeat;
}
a.verzend1{
	float:left;
	background:url(../images/menu_bar/verzend1.png) no-repeat;
	width:260px;
	height:31px;
	margin: 15px 0 0 0;
}
a.betalen {
	float:left;
	background:url(../images/menu_bar/betalen.png) no-repeat;
	width:228px;
	height:31px;
	margin: 15px 0 0 0;
}
a.betalen:hover {
	background:url(../images/menu_bar/betalen1.png) no-repeat;
}


a.wijzig {
	float:right;
	background:url(../images/wijzig.png) no-repeat;
	width:80px;
	height:21px;
}
table.total {
	background:#3483b7;
	margin:10px auto;
	color:#fff;
}
table.total td {
	text-align: left !important;
	padding: 0 0 0 20px;
}

.down_pages {
	float:left;
}

a.prod_img img {
	margin:10px 0 0 0;
}

.footer_bgr { 
	height: 20px; 
	background: url(../images/bg_main_bottom.png) no-repeat center;
	margin-bottom:20px;
}

* html .footer_bgr { 
	position: relative; 
	z-index: 10; 
	width: 100%; 
	height: 52px; 
	background: url(../images/bg_main_b.png) no-repeat center;
}

.footer_line {
	float:left;
	background:url(../images/footer_line.gif) left top repeat-x;
	width:962px;
	height:4px;
	padding:0px;
	margin-top:15px;
}

.bgr_all {
	width:100%;
}
.bg_shadow {min-width:1000px;position: absolute; top: 0;width: 100%; height:588px; overflow: hidden; }
.bg_shadow .inner { position: absolute; top: 0; left: 50%; margin-left:-783px; width: 1766px; height:588px; background: url(../images/bg_shadow.jpg) no-repeat top center; }

.prod_img_bgr {
	background:url(../images/prod_img_bgr.png) no-repeat 4px 4px;
	width:102px;
	height:144px;
	position:relative;
	z-index:909;
}

.top10_top {
	background:url(../images/top10/top.png) no-repeat;
	width:211px;

}

.border_preorder {
	float: left;
	background: url(../images/top10/border_down.gif) no-repeat;
	width: 168px;
	height: 1px;
	font: 1px Arial,Verdana,Helvetica,sans-serif;
	margin: 5px 0;
}

.punkt_bgr {
	float:left;
	background:url(../images/top10/punkt_bgr.gif) no-repeat;
	width:21px;
	height:22px;
	color:#ffd01f;
	font:bold 12px Arial,Verdana,Helvetica,sans-serif;
	text-align:center;
	padding:2px 0 0 0;
	margin:0 10px 0 0;
}
.pre-order {
	clear:both;
	background:url(../images/backgrounds/pre_orders_bgr.png) no-repeat;
	width:203px;
	height:840px;
	_height:900px;
	overflow:hidden;
}

.top_serv_bgr {
	float:left;
	width:769px;
	height:8px;
	margin:-3px 0 0 0px;
	font:1px/1px;
	position:relative;
}
.down_serv_bgr {
	float:left;
	width:770px;
	height:8px;
	margin:0 0 0 10px;
}
.down_bgr_cart {
	float:left;
	width:770px;
	height:8px;
	margin:0px 0 0 0px;
}

.productsExtraField {
	width:544px;
	height:209px;
	padding:0 10px 0 25px;
}
.productsExtraField	span {
	color:#ffd01f;
	font:bold 15px Arial,Verdana,sans-serif;
	margin:0 0 15px 5px;
	display:block;
}
table.price_info span {
	color:#fff;
	font:bold 12px Arial,Verdana,sans-serif;
	margin:35px 0 3px 5px!important;
}

.line_price {

	background:url(../images/backgrounds/line_price.gif) no-repeat;
	width:186px;
	height:2px;
	font:1px/1px;
}
table.price_info p {
	color:#fff;
	font:bold 12px Arial,Verdana,sans-serif;
	margin:22px 0 0 0;
	padding:0;
	margin:0 0 3px 5px;
}
input.count {
	float:left;
	width:42px;
	height:23px;
	text-align:center;
	margin:4px 0 0 5px;
}
.x {
	float:left;
	background:url(../images/x.gif) no-repeat;
	width:9px;
	height:10px;
	margin: 10px 10px 0 10px;
}
.description_prd {
	height:209px;
	padding:0 10px;
	color:#ffd01f;
	font:12px Arial,Verdana,sans-serif;
}

.prod_desc {
	color:#ffd01f;
	font:12px Arial,Verdana,sans-serif;
}

.prod_price {
	color:#fff;
	font: bold 12px Arial,Verdana,sans-serif;
	margin:0 0 3px 5px;
	display:block;
}

.cart_title	{
	background:url(../images/backgrounds/prod_cart_title.png) no-repeat;
	width:750px;
	height:48px;
	float:left;
	margin:25px 0 0 12px;
	overflow:hidden;
}

.cart_title	td{
	color:#ffcb08;
	font:bold 11px Verdana,Arial,sans-serif;
	padding:15px 0 0 0;
}
#promo_in {
	display:none;
	width:315px;
	height:96px;
	z-index:999;
	position:absolute;
	left:620px;
	top:35px;
}

#promo_in strong{
	color:#fbcd1f;
	font:11px Arial,Verdana,sans-serif;
	margin:20px 0 0 40px;
	display:block;
}
#promo_in span{
	color:#fbcd1f;
	font:11px Arial,Verdana,sans-serif;
	margin:12px 0 0 40px;
	display:block;
	width:100px;
	float:left;
}
input.promo_input {
	width:115px;
	height:20px;
	margin:10px 0 0 0px;
	border:1px #fecf1f solid;
	background:#000;
	color:#fff;
	font:11px Arial,Verdana,sans-serif;
}
input.promo_btn {
	width:27px;
	height:20px;
	margin:10px 0 0 0px;
	border:none;
	cursor:pointer;
}

#kies_in {
	display:none;
	width:315px;
	height:96px;
	z-index:999!important;
	position:absolute;
	left:450px;
	top:35px;
}


.footer_menu {
	float:left;
	width:420px;
	clear:both;
	margin:0px 0 0 40px;
	padding:0;
}
.footer_menu ul.footer_menu_ul{
	list-style:none!important;
	margin:0px 0 0 0;
	padding:0;
}
.footer_menu ul li{
	float:left;
	background:url(../images/footer/marker_menu.gif) no-repeat 0 2px;
	padding:0 5px 0 5px;
}
.footer_menu ul li.first{
	float:left;
	background:none;
	padding:0 5px 0 5px;
}
.footer_menu ul li a{
	float:left;
	color:#ffd01f;
	font:bold 10px Arial,Verdana,sans-serif;
}

.uitloggen{
	float:left;
	background:url(../images/menu/uitloggen.png) no-repeat;
	width:100px;
	height:42px;
	margin:0 0px 0 -40px;
	z-index:99;
	position:relative;
	padding:8px 0 0 5px;
}
.uitloggen a span{
	font:bold 14px Arial,Verdana,sans-serif;
	color:#ffd021;
	margin:0 0 0 2px;
	text-decoration:none!important;
}
.uitloggen a:hover{
	text-decoration:none!important;
}

.verzenden_text {
	background:url(../images/verzenden_text_bgr.png) no-repeat;
	width:410px;
	height:71px;
	margin:-10px 0 20px 300px;
}
.verzenden_text p{
	font:11px/18px Arial,Verdana,sans-serif;
	color:#ffd01f;
	padding:24px 0 0 20px;
}
.lever {
	display:block;
	float:left;
	margin: 0px 0 10px 0;
	padding:0 50px 0 0;
	font:11px/18px Verdana,Arial,sans-serif;
	color:#000;
}

h3 {
	font:bold 16px/18px Arial,Verdana,sans-serif;
	color:#000;
}

a.gege {
	color:#ffd01f;
	font:bold 10px Arial,Verdana,sans-serif!important;
	text-decoration:underline;
}

.buttonsWrapper{
	float:right;
}

.buttonsWrapper a{
	float:left;
	margin-right:10px;
	padding-top:3px;
}

.buttonsWrapper a:hover{
	text-decoration:none;
}

.gege_bgr_del {
	background:url(../images/gege_bgr_del.png) no-repeat;
	width:90px;
	height:21px;
	color:#ffd01f;
	margin:0 0 0 -5px;
	position:relative;
	padding:0 0 0 5px;
}

.order_box {
	float:left;
	width:170px;
}
a.order_img {
	float:left;
	background:#f9cc22;
	padding:3px;
	margin:0px 0px 0px 10px;
}
* html a.order_img {
	float:left;
	background:#f9cc22;
	padding:3px 3px 0 3px;
	margin:0px 0px 0px 10px;
}
.order_box span {
	color:#fff;
	font:bold 11px/14px Arial,Verdana,sans-serif;
	display:block;
	margin:0;
	padding:0;
}
.order_box	b {
	color:#ffd01f;
	font:italic 10px/14px Arial,Verdana,sans-serif;
	display:block;
}


table.forgot {
	width:770px;
	padding:0 0 0 20px;
	margin:0 0 0 10px;
}
table.conf {
	width:170px!important;
	float:left;
	display:block;
}

td.checkout_articles input.conf_in{
	background:#000;
	color:#fff;
	font:11px Arial,Verdana,sans-serif;
	border:none;
	margin:5px 0 0 0;
	width:190px;
}

td.fieldValue input{
	background:#000;
	color:#fff;
	font:12px/14px Arial,Verdana,sans-serif;
	border:none;
	margin:5px 0 0 0;
	width:190px;
}

#quick_search_panel td.main {
	color:#666!important;
	padding:10px;
}

#quick_search_panel td.main a font {
	
	color:#666;
	font:12px/14px Arial,Verdana,sans-serif;
}

#quick_search_panel td.main a:hover font {
	color:#ffd01f!important;
	font:12px/14px Arial,Verdana,sans-serif;
}

.gtBoxContent .product_top	{
	background:none;
	color:#000;
}
.gtBoxContent .product_top	h1{
	color:#000;
}


a.maybe_prod	{
	color:#000!important;
}
a.maybe_prod :hover {
	color:#fff!important;
	text-decoration:underline;
}

.512Name{
	float:left;
	width:226px;
	height:27px;
	background:url(../images/pageName.png) 0 0 no-repeat;
	border:1px solid red;
}


.services {
	width:962px;
	margin-left:12px;
}

.services_title {
	background:url(../images/service/title.gif);
	height:21px;
	padding-top:3px;
	padding-left:20px;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

.services_container {
	background:url(../images/service/content_bg.gif) repeat-y;
}

.services_content {
	background:url(../images/service/content.gif) no-repeat;
}

.services_footer {
	height:20px;
	background:url(../images/service/footer.gif);
}

.services_navigator {
	overflow:hidden;
	padding-left:18px;
	padding-bottom:10px;
}

.services_navigator a {
	display:block;
	height:28px;
	color:#DC5D00;
	float:left;
	font:bold 12px Arial, Helvetica, sans-serif;
	margin:5px 11px 0 0;
}

.services_navigator a:hover {
	text-decoration:none;
}

.services_navigator a #lc {
	width:10px;
	height:28px;
	display:block;
	background:url(../images/service/a_l.png);
	filter:expression(fixPNG(this));
	float:left;
}

.services_navigator a #cc {
	float:left;
	display:block;
	height:22px;
	padding-top:6px;
	background:url(../images/service/a_b.png);
}

.services_navigator a #rc {
	width:10px;
	height:28px;
	display:block;
	background:url(../images/service/a_r.png);
	filter:expression(fixPNG(this));
	float:left;
}

.services_text {
	background:url(../images/service/text.gif) no-repeat top #FFFFFF;
	padding:10px 10px 0 10px;
	width:905px;
	margin:0 auto;
	font:11px Verdana;
}

h2.bestellen{
	margin:0 0 10px 0;
	color:EA8800;
	font-size:14px;
}

h2.bestellen img {
	margin-right:10px;
}

.services hr {
	height:1px;
	background:url(../images/service/pl.gif);
	border:0px;
	margin:15px 0;
}

.services p {
	margin:10px 5px;
	color:#666666;
}

.services img {
	filter:expression(fixPNG(this));
}

.bestellen_item {
	height:75px;
	background:url(../images/service/bestellen_bg.gif);
}

.bestellen_item .item_left {
	width:65px;
	height:75px;
	float:left;
}

.bestellen_item .item_right {
	width:5px;
	height:75px;
	float:right;
	background:url(../images/service/bestellen_right.gif);
}

.bestellen_item .item_content {
	margin-left:75px;
	margin-right:15px;
	padding-top:10px;
	color:#666666;
}

.bestellen_item .item_content a {
	color:#FFC243;
	text-decoration:none;
	font-weight:bold;
}

.bestellen_item .item_content a:hover {
	border-bottom:1px solid;
}

.bestellen_item .item_left_01 {
	background:url(../images/service/bestellen_01.gif) no-repeat;
}

.bestellen_item .item_left_02 {
	background:url(../images/service/bestellen_02.gif) no-repeat;
}

.bestellen_item .item_left_03 {
	background:url(../images/service/bestellen_03.gif) no-repeat;
}

.bestellen_item .item_left_04 {
	background:url(../images/service/bestellen_04.gif) no-repeat;
}

.bestellen_item .item_left_05 {
	background:url(../images/service/bestellen_05.gif) no-repeat;
}

.bestellen_item .item_left_01_title {
	display:block;
	height:22px;
	padding-left:30px;
	font-weight:bold;
	font-size:15px;
	margin-bottom:5px;
	background:url(../images/service/bestellen_01_title.gif) no-repeat;
}

.bestellen_item .item_left_02_title {
	display:block;
	height:22px;
	padding-left:30px;
	font-weight:bold;
	font-size:15px;
	margin-bottom:5px;
	background:url(../images/service/bestellen_02_title.gif) no-repeat;
}

.bestellen_item .item_left_03_title {
	display:block;
	height:22px;
	padding-left:30px;
	font-weight:bold;
	font-size:15px;
	margin-bottom:5px;
	background:url(../images/service/bestellen_03_title.gif) no-repeat;
}

.bestellen_item .item_left_04_title {
	display:block;
	height:22px;
	padding-left:30px;
	font-weight:bold;
	font-size:15px;
	margin-bottom:5px;
	background:url(../images/service/bestellen_04_title.gif) no-repeat;
}

.bestellen_item .item_left_05_title {
	display:block;
	height:22px;
	padding-left:30px;
	font-weight:bold;
	font-size:15px;
	margin-bottom:5px;
	background:url(../images/service/bestellen_05_title.gif) no-repeat;
}

.right_column .block .section1 {
	width: 296px;
	padding:10px 0;
}

.right_column .block .section1 .clear { 
	width: 282px; 
	padding: 0 0 5px 2px; 
}

.right_column .block .section1 .clear .list {
	padding:5px;
	margin:0px;
}

.right_column .block .section1 .clear .list li {
	margin-bottom:5px;
}

.right_column .block .section1 .clear .bn { 
	float: right; 
	width: 99px; 
	height: 20px; 
	cursor: pointer; 
	background: #efaf2a url(../images/right_column/bn2.png) no-repeat; 
	border:0; 
}

.arrow div{
	padding-top:8px;
	float:left;
}

#contactTable{
	background-color:#fcfcfc;
	color:#797979;
	font-size:11px;
	font-family:arial, sans-serif;
}

#contactTable td{
	padding:5px 0px;
}

#contactTable input{
	font-size:11px;
	font-family:arial, sans-serif;
	height:20px;
	border:1px solid #aaa;
}

#contactTable select{
	width:100px;
	height:20px;
	font-size:11px;
	font-family:arial, sans-serif;
	background-color:#fff;
	color:#000;
	border:1px solid #aaa;
}

#contactTable textarea{
	border:1px solid #aaa;
	height:150px;
}

.boxcontent{
	width:100%;
	background: url(../images/backgrounds/topframebg.png) repeat-x bottom;
	border:2px solid #efefef;
	margin-bottom:10px;
}

.boxcontent .logoTD{
	width:250px;
}

.boxcontent .sepTD{
	width:20px;
}

.boxcontent td{
	line-height:2;
}

#safeLogo{
	background: url(../images/backgrounds/safe.png) no-repeat;
	margin:20px;
	width:88px;
	height:117px;
}

#glsLogo{
	background: url(../images/backgrounds/glslogo.png) no-repeat;
	width:225px;
	height:90px;
	float:left;
	margin:20px;
}

.boxcontent .rightTD{
	font-family:Verdana, sans-serif;
	font-size:11px;
	color:#707070;
	padding:15px 20px;
	width:auto;
}

.blueSeparator{
	float:left;
	width:1px;
	height:131px;
	background: url(../images/backgrounds/bluestick.png) 0 0 no-repeat;
	margin:10px;
}


#simplemodal-overlay {background-color:#000; cursor:wait;}
#simplemodal-container { background-color:#000; width: 780px !important;}
#simplemodal-container a.modalCloseImg {background:#000 url(../images/modal_dialogs/close.gif) no-repeat; width:23px; height:22px; display:inline; z-index:3200; position:absolute; top:-10px; right:-8px; cursor:pointer;}
#simplemodal-container #basicModalContent {padding:8px;}

#RegisterDialog {
	width: 780px;
	height:auto;
}

#RegisterDialog div.title {
	width: 459px;
	height: 31px;
	text-align: left;
	margin: 0 0 0 15px;
}
#RegisterDialog div.title div {
	font-size: 12px!important;
	font-weight: bold;
	color: #000;
	margin: 10px 0 0 40px;
	float:left;
	width:100%;
	text-align: left;
}
#RegisterDialog	.register_content {
	margin: 10px 0 0 55px;
	font-size: 12px!important;
	color: #000;
	font:12px	Arial,Verdana, sans-serif!important;
}
#RegisterDialog	table.register_content td{
	color: #000;
	font:12px	Arial,Verdana, sans-serif!important;
}

#LoginDialog {
	width: 780px;
	height:auto;
}
#LoginDialog div.title {
	width: 459px;
	height: 31px;
	text-align: left;
	margin: 0 0 0 15px;
}
#LoginDialog div.title div {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding: 10px 0 0 40px;
}
#LoginDialog	.register_content {
	margin: 20px 0 0 55px;
	font-size: 12px;
	color: #000;
}

#LoginAndRegisterDialog {
	height:auto;
	overflow: hidden;
}
#LoginAndRegisterDialog div.login_title {
	width: 459px;
	height: 31px;
	text-align: left;
	margin: 0 0 0 15px;
}
#LoginAndRegisterDialog div.login_title div {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding: 10px 0 0 40px;
}
#LoginAndRegisterDialog div.error_message {
	margin: 0 0 0 15px;
	text-align: left;
	width: 459px;
}
#LoginAndRegisterDialog .register_content {
	margin: 10px 0 0 35px;
	font-size: 12px;
	color: #000;
}
#LoginAndRegisterDialog div.register_title {
	width: 459px;
	height: 31px;
	text-align: left;
	margin: 0 0 0 15px;
}
#LoginAndRegisterDialog div.register_title div {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding: 10px 0 0 40px;
}
#LoginAndRegisterDialog	.register_content {
	margin: 10px 0 0 35px;
	font-size: 12px;
	color: #000;
}

#Telephone_info_pop-up {
	background:url(../images/modal_dialogs/telephone_info_background.png) no-repeat;
	width: 154px;
	height: 115px;
	position: absolute;
	margin: -120px 0 0 40px;
	display: none;
}
* html #Telephone_info_pop-up {
	background:url(../images/modal_dialogs/telephone_info_background.png) no-repeat;
	width: 154px;
	height: 115px;
	position: absolute;
	margin: -120px 0 0 -500px;
	display: none;
	padding:57px 0 0 0;
}
#Telephone_info_pop-up div.clock {
	background: url(../images/modal_dialogs/telephone_info_clock.png);
	width: 51px;
	height: 51px;
	margin: 5px 0 0 50px;
	position: absolute;
	top:0;
	left:0;
}
#Telephone_info_pop-up div.text {
	width: 136px;
	height: 60px;
	margin: 57px 0 0 10px;
	font: 11px 'Verdana';
	line-height:11px;
}
.register_content input {
	background:#000;
	border:none;
	color:#fff;
}
.register_content select{
	background:#000;
	color:#fff;
	border:none;
	height:20px;
	vertical-align:middle;
}

#GamepostGoDialog {
	width: 780px;
	height:auto;
}

#GamepostGoDialog div.title {
	width: 459px;
	height: 31px;
	text-align: left;
	margin: 0 0 0 15px;
}
#GamepostGoDialog div.title div {
	font-size: 12px!important;
	font-weight: bold;
	color: #000;
	margin: 10px 0 0 40px;
	float:left;
	width:100%;
	text-align: left;
}
#GamepostGoDialog	.gamepostgo_content {
	margin: 10px 0 0 55px;
	font-size: 12px!important;
	color: #000;
	font:12px	Arial,Verdana, sans-serif!important;
}
#GamepostGoDialog	table.gamepostgo_content td{
	color: #000;
	font:12px	Arial,Verdana, sans-serif!important;
}

#gamepost{
	height:106px;
	width:377px;
	background-image:url(../images/local/gamepost_bg.png);
	margin-top:10px;
}

#gamepost b{
	font-size:15px;
}

#gamepostText{
	float:left;
	margin:10px 0px 0 152px;
}

#gamepostPriceWrapper{
	float:left;
	margin:23px 0 0 10px;
}

#gamepostPriceWrapper .yellow{
	color:#FCCB26;
	font-size:24px;
	font-weight:bold;
}

#dehandsWrapper .title {
background:url("../images/featured_products_title_bg.jpg") no-repeat scroll 0 0 #E4A82A;
height:24px;
width:666px;
}

#dehandsWrapper .ic2 h2{
	padding-left:35px;
	font-size:14px; 
	font-weight: bold;
	line-height: 24px;
	color: #fff; 
	margin: 0px;
	float:left;
}	
	
#dehandsWrapper .ic2 h2{ 
	padding-left:49px; 
	background: url(../images/round_g.png) no-repeat 23px 2px; 
	font-size:14px; 
	font-weight: bold; 
	line-height: 24px; 
	color: #fff; 
	margin: 0px; 
}

#searchWrapper{
	height:430px;
	width:636px;
	margin:8px 0px 0px 15px;
	background:url(../images/local/searchBG.png) 0 0 no-repeat;
}

#searchWrapper table{
	margin:10px;
}

#dehands{
	width:441px;
	height:408px;
	background-image:url(../images/local/searchPict.png);
}

#werkt{
	background:url(../images/local/rightSearchTd.png) 10px 0px no-repeat;
	width:176px;
	height:408px;
}

#search_form{
	float:right;
	margin:185px 20px 10px 105px;
	padding:0px;
}

#search_form table td{
	font-size:10px;
	font-family:tahoma, verdana, arial, sans-serif;
 }

#search_form_title{
	width:296px;
	height:41px;
	background-image:url(../images/local/searchTitleFrame.png);
}

#search_form input{
	height:15px;
	width:120px;
	font-size:10px;
	font-family:arial, sans-serif;
}

#search_form_title h2{
	font-size:18px;
}

#search_form .search_form_content td{
	padding:4px;
	font-size:9px;
}

#black_title{
	background-color:#000;
	float:left;
	height:21px;
	width:156px;
	text-align:center;
	margin:8px 15px;
}

#black_title h4{
	color:#fff;
	font-size:14px;
	font-weight:bold;
	margin:2px;
}

#werkt p{
	font-size:11px;
	font-family:arial, sans-serif;
	width:152px;
	margin:0 0 9px 19px;
}

#dehandsContent{
	font-size:11px;
	font-family:arial, sans-serif;
	margin:8px 0px 0px 20px;
}

#dehandsContent a:hover{
	color:#000;
	text-decoration:none;
}

#dehandsContent img{
	margin:3px 5px;
}

#dehandsContent img.dehandLogo{
	margin:0 15px 0 0;
}

#dehandsContent h2{
	font: bold 12px Arial, Verdana, sans-serif;
	text-transform:uppercase;
	margin:0px;
}

#dehandsContent .dehandsText{
	padding: 0px 0px 20px 10px;
}

#dehandsContent .dehandsText p{
	width:328px;
}

ul#dehandsUl li{
	list-style:disc outside none;
	font-family:arial;
	font-size:11px;
	width:567px;
}

ul#dehandsUl{
	padding-left:30px;
	margin-top:50px;
}

/* style.css */
#gtAdminMenu{
}

#pageBody{
	width:700px;
}

#searchResults{
	width:700px;
}

.searchResultItem{
	margin-top:10px;
	height:75px;
	width:600px;
	background-color:#EEE;
}

		#gameTownTopContainer{
			
			padding-left:25px;
		}
		
		#gameTownTop{
			float:left;
			width:980px;
			background : url(../images/gametown/newsBackMiddle.jpg) left 2px repeat-y;
			font-family: Verdana, Arial, sans-serif; 
			font-size: 10px;
			text-align:left;
		}
		
		#NewsTop{
			height:37px;
			float:left;
			width:953px;
			background : url(../images/gametown/newsBackTop.jpg) no-repeat;
		}
		
		#NewsBottom{
			height:35px;
			float:left;
			width:953px;
			background : url(../images/gametown/newsBackMiddle.jpg) left 2px repeat-y;
		}
		
		#newsBoxContainer{
			margin-left:0px;
			float:left;
			width:100%;
			height:306px;
		}
		
		#newsBox{
			float:left;
			width:465px;
			height:281px;
			background : url(../images/gametown/newsBoxBack.jpg);
		}
		
		#OtherItemsBox
		{	
			float:left;
			padding-left:9px;
			width:128px;
			height:306px;
		}
		
		#newsBoxFrame
		{
			position:absolute;
		}
		
		#newsBoxBottom
		{
			position:absolute;
			background: url(../images/gametown/boxBottom.gif) repeat-x;
			width:470px;
			height:281px;
			filter: alpha(opacity=70);
			opacity:0.7;
		}
		
		#newsBoxBottomText{
			position:absolute;
			padding-top:218px;
			padding-left:20px;
			color:#FFF;
			font-size:14px;
			width:455px;
			height:71px;
			font-family: "Verdana";
		}
		
		
		#articleBox{
			float:left;
			width:604px;
			overflow:hidden;
			display:none;
		}
		
		#articleHeader{
			border-bottom: solid 1px #3395bc;
			float:left;
			width:600px;
			margin-left:2px;
			padding-bottom:2px;
		}
		
		#articleTitleLeft{
			float:right;
			width:315px;
		}
		
		#articleTitle
		{
			margin-left:10px;
			float:left;
			font-family: "Verdana";
			font-size:12pt;
			font-weight:bold;
		}
		
		#articleDate
		{
			padding-top:5px;
			float:right;
			width:135px;
		}
		
		#articlePostedBy
		{
			padding-top:5px;
			float:right;
			width:180px;
		}
		
		#articleMiddle
		{
			float:left;
			width:604px;
			background-color:#fff;
		}
		
		#articleTop{
			float:left;
			width:604px;
			height:15px;
			background: url(../images/gametown/articleTop.gif)
		}
		
		#articleBottom{
			float:left;
			width:604px;
			height:15px;
			background: url(../images/gametown/articleBottom.gif)
		}
		
		#newsListTop{
			padding-left:2px;
			padding-top:5px;
			float:left;
			width:330px;
			height:15px;
			background: url(../images/gametown/newsListTop.gif) no-repeat;
		}
		
		#newsListBottom{
			padding-left:2px;
			padding-top:3px;
			float:left;
			width:330px;
			height:17px;
			background: url(../images/gametown/newsListBottom.gif);
		}
		
		#newsListContents{
			padding: 2px 2px 2px 2px;
			overflow:hidden;
			float:left;
			width:330px;
			font-family: Verdana, Arial, sans-serif; 
			font-size: 10px;
		}
		
		#newsList{
			overflow:hidden;
			margin-left:5px;
			float:left;
			width:325px;
			font-family: Verdana, Arial, sans-serif; 
			font-size: 10px;
		}
		
		#newsList td
		{	
			font-family: Verdana, Arial, sans-serif; 
			font-size: 10px;
		}
		
		#newsListContents
		{
			padding-left:2px;
			
			float:left;
			width:325px;
		}
		
		.newsListTitle{
			margin-left:10px;
			font-size:1.2em;
			color:#84cfee;
			padding-bottom:10px;
		}

		#trailerboxLeft{
			float: left;
			width: 490px;
			height: 300px;
			
		}
		
		#moreNewsButton
		{
			background: url(../images/gametown/moreNews.jpg);
			width:930px;
			height:20px;
			float:left;
			border:none;
			margin-left:10px;
			cursor:pointer;
		}
		
		#closeNewsButton
		{
			background: url(../images/gametown/noNews.jpg);
			display:none;
			width:930px;
			height:20px;
			float:left;
			border:none;
			margin-left:10px;
			margin-top:10px;
			cursor:pointer;
		}

.voteButton{
	border:0;
	margin-left:auto;
	margin-right:auto;
	width:85px;
	height:18px;
	background: url(../images/gametown/stem.gif);
}

.pollBar{
	background: url(../images/gametown/pollpatroon.jpg) repeat-x;
	height:9px;
}

#loadBar{
	width:200px;
	height:10px;
	background: url(../images/gametown/pollpatroon.jpg);
}

#GTArticle{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	float:left;
	width:590px;
	overflow:hidden;
}


#GTArticle a{
	color:#1978A4;
}

#GTArticle a:hover{
	text-decoration:underline;
	color:#1978A4;
}

.screenShotItem{
	
	float: left;
	width: 100px;
	height: 100px;
}

#screenShotContainer{
	margin-left:10px;
	float: left;
	width:560px;
}

#newsScrollBox{
	float: left;
	width:324px;
	height:246px;
	overflow:hidden;
}

#newsScrollBoxContent{
	position:relative;
	width:325px;
	height:6000px;
}


.newsScrollItemLeft{
	padding-top: 7px;
	float:left;
	width:110px;
	
}

.newsScrollItemRight{
	padding-top: 7px;
	width:190px;
	float:left;
}


.newsScrollItem{
	margin-top:7px;
	
	padding-left: 7px;
	width:324px;
	height:72px;
	background: url(../images/gametown/newsScrollItem.gif) no-repeat;
}

.newsScrollUp{
	width:321px;
	height:12px;
	float:left;
	background: url(../images/gametown/arrowUp.gif);
}

.newsScrollDown{
	width:321px;
	height:12px;
	float:left;
	background: url(../images/gametown/arrowDown.gif);
}

.newsScrollUpOver{
	width:321px;
	height:12px;
	float:left;
	background: url(../images/gametown/arrowUpOver.gif);
}

.newsScrollDownOver{
	width:321px;
	height:12px;
	float:left;
	background: url(../images/gametown/arrowDownOver.gif);
}

.scrollRight{
	height:100px;
	width:30px;
	float:left;
	background-color:#44A;
	background: url(../images/gametown/scrollRightUp.jpg);
}

.scrollLeft{
	height:100px;
	width:30px;
	float:left;
	background: url(../images/gametown/scrollLeftUp.jpg);
}

.scrollRightOver{
	height:100px;
	width:30px;
	float:left;
	background: url(../images/gametown/scrollRightDown.jpg);
}

.scrollLeftOver{
	height:100px;
	width:30px;
	float:left;
	background: url(../images/gametown/scrollLeftDown.jpg);
}

#screenShotBox{
	float: left;
	width:500px;
	height:100px;
	overflow:hidden;
}

#screenShotBoxContent{
	position:relative;
	height:100px;
	width:6000px;
	left:0px;
}

#floatBox{
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	width:300px;
	height:200px;
	top:330px;
	text-align:center;
	vertical-align:baseline;
	background-color:#3395bc;
	opacity:0.7;
	filter: alpha(opacity=70);
	display:none;
	z-index:1000;
}


#GTArticleCommentContainer{
	padding-top:20px;
	float: left;
	width:570px;
	background-color:#FFF;
}

.gtReplyButton
{
	border:0;
	background: url(../images/gametown/reageer.gif);
	width:85px;
	height:19px;	
	margin-left:auto;
	margin-right:auto;
}

#GTArticleCommentsDiv{
	float:left;
	width:550px;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px;
}

.commentBox{
	margin-left:10px;
	width:570px;
	float:left;
	padding-top:10px;
}

.commentBoxDate{
	width:240px;
	float:left;
}

.commentBoxContent{
	border-top: solid 1px #3395bc;
	width:560px;
	float:left;
	padding-top:7px;
}

.commentBoxUser{
	width:320px;
	float:left;
	text-align:right;
}


#GTArticleReplyDiv{
	width:560px;
	float:left;
	margin-left:10px;
	padding-top:15px;
}

#GTproductLoading
{
	width:200px;
	font-weight:bold;
}

.header_bgr2 {
	width:100%;
	height:9px;
	font-size:4px;
	min-width:1150px;
}
.header_banner {
	background: url(../images/header/header_banner.gif) no-repeat;
	width:728px;
	height:90px;
	font-size:4px;
	margin:0 auto;
}
.header_menu_left {
	float:left;
	width:5px;
	height:36px;
	font-size:4px;
	 margin:10px 0 0 0;
}
.header_menu {
	float:left;
	width:99%;
	height:36px;
}
.header_menu_right {
	float:left;
	width:5px;
	height:36px;
	font-size:4px;
	display:block;
	 margin:10px 0 0 0;
}


td.login input{
	background: url(../images/categories_box/login_input.gif) no-repeat;
	width:155px;
	height:25px;
	border:none;
	padding:3px 2px 0 2px;
	margin:10px 0 0 0;
}
td.login_top {
	background: url(../images/categories_box/login_img.gif) no-repeat 0px 20px;
	padding:20px 0 5px 22px;
	font:14px Verdana, Arial, Helvetica, sans-serif;
	color:#0f1835;
	border-bottom:1px #d5dbde solid;
}
td.register {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#0f1835;
}
td.register input.login_btn{
	background: url(../images/categories_box/login_btn_hack.gif) no-repeat;
	width:34px;
	height:19px;
	border:none;
	margin:5px 0 0 35px;
	cursor:pointer;
}
td.categories {
	background: url(../images/categories_box/cat.gif) no-repeat 0px 20px;
	padding:20px 0 5px 22px;
	font:14px Verdana, Arial, Helvetica, sans-serif;
	color:#0f1835;
	border-bottom:1px #d5dbde solid;
}

.nie {
	float:left;
	background: url(../images/bgr_search.gif) repeat-x;
	width:255px;
	height:66px;
	border:1px #a6d0e7 solid;
	margin:0;
	padding:0px 0 0px 10px;
}
.text_nie {
	background: url(../images/nie.gif) no-repeat 0 6px;
	font:bold 12px/30px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	padding:0px 0 0px 30px;
	text-transform:uppercase;
}
form  {
	margin:0;
	padding:0;
}

.text_search {
	background: url(../images/search_icon.gif) no-repeat 0px 6px;
	font:bold 12px/30px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	padding: 0;
	text-transform:uppercase;
}

.search_left{
	float:right;
	background: url(../images/search_left.gif) no-repeat;
	width:7px;
	height:41px;
	margin:0;
	padding:0;
}
.search_left{
	float:right;
	background: url(../images/search_left.gif) no-repeat;
	width:7px;
	height:41px;
	margin:0px 0 0 0;
}
.search_main{
	float:left;
	background: url(../images/bgr_search.gif) repeat-x;
	width:235px;
	height:68px;
	border:1px #a6d0e7 solid;
	display: inline-block;
}
.search_right{
	float:right;
	background: url(../images/search_right.gif) no-repeat;
	width:10px;
	height:41px;
	margin:0px 0 0 0;
}
td.bgr_grey {
	height:22px;
	width:97.7%;
	background:#eeeeee;
	border-top:1px dotted #FFFFFF!important;
}

.product_top_left {
	float:left;
	background: url(../images/product_top_left.gif) no-repeat;
	width:14px;
	height:35px;
}
.product_top {
    vertical-align: middle;
	float:left;
	height:41px;
	width: 770px;
	margin: 10px 0px 0px 0;
	background: url(../images/product_top_bgr.gif) no-repeat;
	font:bold 14px Verdana, Arial, Helvetica, sans-serif;
	color:#ffd01f;
	display:table;  
	overflow: hidden;
	padding:0 0 0 10px;
}

.product_top1{
    vertical-align: middle;
	float:left;
	width:780px;
	margin: 0 -9px 0px 0;
	font:bold 14px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	display:table;  
	overflow: hidden;
	padding:0;
}
.product_top_con {
    vertical-align: middle;
	height:29px;
	width:98.6%;
	margin: 0 -9px 10px 0;
	background: url(../images/product_top_bgr.gif) repeat-x;
	font:bold 14px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	border:1px #a6d0e7 solid;
	padding:0 0 0 10px;
}
.valign-center {
	_position: absolute; _top: 50%;display: table-cell; vertical-align: middle;
}
.valign-center a {
	_position: relative; _top: -50%;
}

.product_top_right {
	float:right;
	background: url(../images/product_top_right.gif) no-repeat;
	width:9px;
	height:35px;
}
.product_down_left {
	float:left;
	background: url(../images/product_down_left.gif) no-repeat;
	width:13px;
	height:21px;
}
.product_down_right {
	float:right;
	background: url(../images/product_down_right.gif) no-repeat;
	width:15px;
	height:21px;
}

ul#costumetabs, ul#taal {
float:left;
display:inline;
margin:0 0 0 0px;
}
ul#costumetabs li, ul#taal li {
display:inline;
float:left;
padding:0 5px 0 5px;
}
ul#costumetabs li a, ul#taal li a {
color:#fff;
display:block;
margin:0 3px 0 0;
text-transform:uppercase;
}

ul#settings {
	float: right;
	position: relative;
	list-style: none;
	margin:0px 0 0 10px;
	padding:6px 0 0 0;
}
ul#settings li {
	float: left;
}

ul#settings li.selector {
	font-size: 13px;
	color:#AFB9FF;
	text-align:right;
	width:93px;
}

ul#settings li a {
	padding :0px 0 0 7px;
	float: left;
	display: block;	
	text-decoration: none;
	cursor: pointer; 
}

.glossymenu {
	float:left;
	height:36px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 auto;
	padding:0 0 0 0px;
	position:relative;
}
.glossymenu li {
	float:left;
	margin-top:-20px;
	padding-top:6px;
	position: relative;
}
.glossymenu li a {
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	float:left;
	font-size:11px;
	height:46px;
	line-height:46px;
	padding:0px 5px 0 8px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}
.glossymenu li a span {
	display:block;
	letter-spacing:-1px;
	float:left;
	padding:5px 8px 0 0px;
}
.glossymenu li a:hover span {
	background:transparent url(../images/menu/menur_hover_right.png) no-repeat scroll right top;
	color:#FFFFFF;
	text-decoration:none;
}
.glossymenu li a:hover {
	background:transparent url(../images/menu/menur_hover_left.png) no-repeat scroll left top;
		text-decoration:none;
}

table.featured-products {
	width:800px;
	margin:0 0 0 5px;
}
table.featured-products  a {
	color:#FFD01F;
	font:bold 14px/25px  Arial, Verdana, Helvetica, sans-serif;
	height:25px;
}

table.featured-products a:hover{
	color:#fff;
	font:bold 14px/25px  Arial, Verdana, Helvetica, sans-serif;
	height:25px;
	text-decoration:none;
}


.feat_price {
}

.parent-featured-category-box ul a.selected span {
	background:transparent url(../images/tabs/right-selected.png) no-repeat scroll right center;
	color:#000000;
	padding:10px 10px 10px 3px;
}
.parent-featured-category-box ul a.selected span {tabs.css (line 27)
	background:transparent url(../../templates/general/images/tabs/right-selected.png) no-repeat scroll right center;
	color:#000000;
	padding:10px 10px 10px 3px;
}

.product_top b {
	font:bold 14px  Arial, Verdana, Helvetica, sans-serif;
	color:#fff;
}

.number_of_products {
    color:#FFD01F;
    font-size:13px;
    font-weight:bold;
    text-transform:uppercase;
    padding: 3px 0 0 5px;
    width:100%;
    text-align: left;
}
.number_of_products b{
    color: #FFD01F;
}




.clearfix, .container {
display:block;
}


.phone {
	float:left;
	background:url(../images/klantenservice_bgr.gif) repeat-x;
	height:44px;
	width:280px;
	margin:0;
	font:10px/17px Verdana, Arial, sans-serif; 
	color:#666;
	margin:0 0 0 35px;
}
.phone p{
	margin:0;
	padding:13px 0 0 40px;
	color:#ffd01f;
	font:bold 14px Arial, Verdana, sans-serif; 
}
.phone_img {
	float:left;
	background:url(../images/phone.png) no-repeat;
	height:20px;
	width:20px;
	margin:2px 3px 0 5px;
}
a.nu_in {
	float:left;
	background:url(../images/nu_in.png) no-repeat;
	height:43px;
	width:127px;
	color:#ffd01f;
	font:bold 15px Arial, Verdana, sans-serif; 
	display:block;
}
a.nu_in:hover {
	color:#ffd01f;
	text-decoration:none;
}
a.nu_in span{
	display:block;
	margin:13px 0 0 37px;
}

a.login_cart {
	float:left;
	background:url(../images/inlogin.png) no-repeat;
	height:21px;
	width:80px;
	display:block;
	float: right; 
	margin: 10px 0 0 20px;
}
a.nu_in_cart {
	float:left;
	background:url(../images/registreren.png) no-repeat;
	height:21px;
	width:80px;
	display:block;
	float: right;
	margin:10px 0 0 0;
}

.box_phone {
	float:left;
	height:68px;
	width:545px;
    margin: 0 0 0 60px;
}

a.login {
	float:left;
	background:url(../images/login.png) no-repeat;
	height:41px;
	width:98px;
	margin:0px 0 0 0px;
}
a.login:hover {
}

input.zoek_hover {
}

input.Nieuwsbrief {
    background:url(../images/go_fff.gif) no-repeat;
    border: 0px; 
    cursor: pointer; 
    padding: 2 8 2 8px;
    width:31px;
    height:22px;
    margin:0px 0 0 0;
}

input.Nieuwsbrief_hover {
    background:url(../images/go_blue.gif) no-repeat;
}

div.eurogamer-content_main_page {  
    background: #FFFFFF;
    border: 1px #BCBCBC solid;
    display: block;
    width: 810px;
    height: 785px;
    padding: 20px 0 0 0;
    text-align: left;
}
div.content_box_left {
	width: 246px;
    height: 245px;
    margin: 10px 0 10px 15px;
    float: left;
}
div.content_box_center {
    margin: 10px 0;
    padding: 0 12px 0 10px;
    width: 228px;
    height: 245px;
    float: left;
}
div.content_box_right {
	width: 228px;
    height: 245px;
    margin: 10px 0;
    padding: 0 0 0 10px;
    float: left;
}
div.content_box_title {
    background: url(../images/eurogamer-content/content_box_title.gif) no-repeat;
    width: 228px;
    height: 20px;
    margin: 0;
    padding: 0;
    text-align: left;
    font: bold 10px 'Verdana';
    font-stretch: extra-condensed;
    color: #ffd01f;
    overflow: hidden;
}
div.content_box_author {
    height: 15px;
    font: italic 9px 'Verdana';
    color: #000;
    margin: 0;
    padding: 5px 0 5px 5px;
    float: left;
}
div.content_box_date {
    height: 15px;
    font: italic 9px 'Verdana';
    color: #000;
    margin: 0;
    padding: 5px 0 5px 3px;
    float: left;
}
div.content_box_abstract {
    width: 230px;
    height: 125px;
    margin: 0;
    padding: 0;
    font: 10px 'Verdana';
    color: #000;
}
a.view_more_button {
	float:right;
    background:url(../images/eurogamer-content/view_more.png);
    width: 105px;
    height: 28px;
    margin: 0 20px 0 0px;
    padding: 0;
    display: block;
}
a.view_more_button:hover {
}


/* DIALOG */
#meerhref {
	text-align:right;
	padding:2px 10px 10px 0;
}

#meerhref a {
	text-decoration:underline;
	color:000000;
}

#meerhref a:hover {
	color:FF8800;
}

#dialog {
	border: 1px solid #CCCCCC;
	padding:10px 10px 0 10px;
	background:url('../images/dialog/dialog_bg.jpg') repeat-x bottom;
}

.ui-dialog-titlebar {
	background:url('../images/dialog/ui-dialog-titlebar.png');
	height:22px !important;
	height:24px;
	padding-top:2px;
	filter:expression(fixPNG(this));
}

.ui-dialog-titlebar .ui-dialog-title {
	color: #ffffff;
	font-size:16px;
	font-weight:bold;
}

.ui-dialog-titlebar .ui-dialog-titlebar-close {
	height:18px !important;
	height:20px;
	padding:2px 10px 0 20px;
	display:block;
	float:right;
	background:url('../images/dialog/ui-dialog-titlebar-close.jpg') no-repeat left top;
	color:#883300;
}

.ui-dialog-buttonpane {
	padding:10px 0;
	background:url('../images/dialog/ui-dialog-buttonpane.jpg');
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.ui-dialog-buttonpane .ui-state-default {
	margin-left:10px;
}

#payment_type_credit, #payment_type_bank_transfer{
	margin-top:5px;
}

.bank-credit-field {
	font-size:14px;
}

.ui-widget-overlay { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
	background: #333333 50% 50% repeat-x; 
	opacity: .75;
	filter:Alpha(Opacity=30);
}

.test_style {
	margin:0;
}

.big_ben_banner {
	padding:0 0 10px 10px;
}