/* algemene style (over de hele website) */

body{
	background-color: #282828;
	
	font-family: arial, verdana, lucida sans unicode;
	font-size: 11px;
	margin: 10px 0px 0px -10px;
	padding: 0px;
}

h1{
	font-size: 18px;
	margin-top: 5px;
}

img  {
	border: none;
}

h2{
	font-size: 17px;
	margin-top: 5px;
}

h3{
	font-size: 15px;
}

a {
	color: #FFF;
}

select{
	background-color: #F1F1F1;
}

input, select{
	font-family: arial, verdana, lucida sans unicode;
	font-size: 11px;
}

#container {
	height:auto;
	margin-left:auto;
	margin-right:auto;
	min-height:100%;
	padding:0;
	position:relative;
}

#logo{
	width: 125px;
	height: 100px;
	float: left;
	cursor: pointer;
}

#topcontainer {
	background: #282828 url(logo.png) no-repeat top left;
	clear:both;
	height:104px;
	margin-left:auto;
	margin-right:auto;
	width:1006px;
}

#toplinks{
	float: right;
	width: 60%;
	height: 20px;
	text-align: right;
	padding-right: 20px;
	padding-top: 5px;
	color: #FFF;
}

#toplinks a{
	color: #D1D1D1;
}

#shoppingbag{
	width: 190px;
	height: 104px;
	float: right;
	background-color: #505050;
	background: #505050 url(cart.png) no-repeat;
	background-position: 8px 50px;
	
}

#breadcrumbs {
	background-color:#3E3E3E;
	clear:both;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	width:1006px;
	border-top: solid 1px #565656;
	border-bottom: solid 1px #565656;
}

#breadcrumbs input{
	margin-top: 5px;
}

#breadcrumbs_content{
	margin-left: 16px;
	margin-top: 8px;
	float: left;
	color: #C8C7C5;
	min-width: 140px; 
}


#breadcrumbs_content a{
	color: #F1F1F1;
}

#language_select{
	float: right;
	margin-top: 10px;
	margin-right: 60px;
}

.country{
	width: 16px;
	height: 11px;
	float: left;
	cursor: pointer;
	margin-right: 10px;
}

.country_name_NLD{
	background: url(../public/images/elements/nl.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.country_name_DEU{
	background: url(../public/images/elements/de.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.country_name_FRA{
	background: url(../public/images/elements/fr.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.country_name_ENU{
	background: url(../public/images/elements/gb.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.country_name_ESP{
	background: url(../public/images/elements/es.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.country:hover{

	background-position: -16px 0px;
}

#language_select a{
	margin-right: 10px;
}

#middlecontainer {
	background-color:#282828;
	margin-left:auto;
	margin-right:auto;
	width:1006px;
}

#content {
	float: right;
	width: 85%;
	background-color: #A09FA0;
	min-height: 550px
}

#content_body{
	float: left;
	color: #FFF;
	width: 664px;
}

#rightbar{
	float: right;
	width: 190px;
	background-color: #505050;
	min-height: 575px
}

.rightcontent_block a{
	color: #686765;
}

#storelocator_block{
	height:  100px;
	background: #000 url(nl_map.jpg) no-repeat;
	background-position: 20px 20px;
}

#storelocator_block input{
	font-size:11px;
}

#leftbar{
	float: left;
	width: 15%;
	background-color: #282828;
	min-height: 680px;
}

#leftbar .menuitems span a{
	float: left;
	padding: 4px;
	text-indent: 12px;
	font-size: 12px;
	border-top: solid 1px #404040;
	width: 95%;
	text-decoration: none;
	color: #D1D1D1;
}

#leftbar .menuitems span a:hover{
	background-color: #181818;
	cursor: pointer;
}

.menuitems ul{
	list-style-type: none;
	display:inline-block;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	width: 100%;
}

.menuitems ul li a{
	color: #cbc6c5!important;
	border: none!important;
	font-size: 11px!important;
	font-weight: bold;
}

.block_header{
	float: left;
	width: 100%;
	word-spacing: 3px;
	background: #4A4A48 url(block_header_content.jpg) bottom left repeat-x;
	height: 22px; 
}

.block_header a{
	text-decoration: none;
	color: #F1F1F1;
}

.block_header_content{
	float: left;
	margin-top: 3px;
	letter-spacing: -1px;
	padding-left: 16px;
	font-size: 12px;
}

#footer{
	text-indent: 160px;
	clear:both;
	height:20px;
	padding-top: 6px;
	margin-left:auto;
	margin-right:auto;
	width:1006px;
	color: #D1D1D1;
	background-color: #282828;
	font-size: 11px;
	margin-bottom: 30px;
}

#footer a{
	color: #D1D1D1;
	
}


.menuitems{

}

.pad_content{
	padding-left: 15px;
	
}

.text_content{
	color: #EBE8E4!important;
	font-size: 13px;
}

.text_content p,.text_content H3,.text_content H4{
	margin: 0px;

}

.text_content H4{
	font-size: 12px;
}

.text_content p{
	margin-bottom: 10px;
}

.pad_content a, .impressionblock_content a{
	color: #EBE8E4
}


input{
	border: solid 0px #F1F1F1;
}

#set_search select{
	font-size: 11px;
	border: solid 2px #F0EEED;
}

#breadcrumbs #set_search input{
	font-size: 11px;
	padding-bottom: 3px; 
	
}

#breadcrumbs select{
	height: 19px;
	
}

#breadcrumbs #set_search{
height: 10px;

float: left;
}

 
.style_button{
	background: #524D4A url(style_button.jpg) repeat-x;
	color: #F1F1F1!important;
	font-family: arial;
	font-size: 10px;
	height: 20px;
	border: none;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: center;
}

.sl_search{
	float: right;
	margin-top: 5px;
	margin-right: 15px;
}

.rightcontent_block{
	color: #EBE8E4;
}

#bag_items{
	
	color:#EBE8E4;
	margin-left: 50px;
	float: left;
	height: 88px;
	overflow: hidden;
}

#bag_items_content{
	margin-top: 5px;
	width: 145px;
	float: left;
	height: 56px;
	overflow: hidden;
}

/*Frontpage specifieke styles */
#breadcrumbssearch{
	margin-top: 5px;
	float: left;
}


#impressionblock{
	overflow: hidden;
	height: 240px;
	width: 100%;
	float: left;
	background-color: #282828;	
	display: block;
	overflow: hidden;
	z-index: 2;
}

.impressionblock_content{
	width: 1000px;
	height: 240px;
	float: left;
	z-index: 1;
}

#impression_buttons{
	right: 0;
	position: relative;
	z-index: 10;
	float: right;

}

#impression_buttons a{
	float: left;
	width: 25px;
	text-align: center;
	margin-right: 2px;
	padding-top: 3px;
	height: 15px;
	background: url(impression_button.jpg) no-repeat;
	cursor: pointer;
	text-decoration: none;
	color: #766D63
}

.activeSlide{
	background-position: 0px -23px!important;
	color: #FFF!important;
	
}

.block_header{
	color: #F1F1F1;
}

#maingroupblock{
	min-height: 360px;
	width: 100%;
	float: left;
	background-color: #5E5750;	
	display: block;
}

#maingroupblock p{
	font-size: 12px;
}

.maingroupblockitem{
	background-color: #4E4842;
	width: 93px;
	height: 300px;
	float: left;
	margin-left: 15px;
}

.maingroupblockitem a{
	color: #EBE8E4;
}

.maingroupblockitem span{
	margin: 10px;
	float: left;
}
.maingroupblockitem h3{
	font-size: 11px;
	margin: 0px;
	margin-top: 10px;
}

.impression_photo{
	float: left;
	width: 497px;
	overflow: hidden;
	background: url(../public/images/impressions/example.jpg) no-repeat;
	height: 240px;
}

.impression_text{
	float: left;
	width: 145px;
	padding-left: 10px;
	padding-right: 10px;
}

/*Items*/

#itemsoverview{
	padding: 10px;
	float: left;
	/*min-height: 500px;*/
}

.listitem_6,.listitem_4,.listitem_2{
	width: 80px;

	float: left;
	height: 190px;
	background-color: #B3B3B3;
	margin-bottom: 4px;
	padding: 3px;
}

.listitem_4{
	width: 120px;
	height: 150px;
}

.listitem_2{
	width: 300px;
	height: 450px;
}


.listitem a{
	color: #686765;
}

.listitem p{
	height: 42px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 85px;
	float: left;
	overflow-y: hidden;
	overflow-x: hidden;
}


#itemsoverview .price{
	font-size: 17px;
	font-weight: bold;
	width: 100%;
	float: left;
}

.impression_text .price{
	font-size: 32px;
	width: 100px;
}


.listitem .add_item{
	background: none;
	width: 20px;
	height: 15px;
	float: left;
	padding-left: 5px;
	padding-top: 2px;
	
}

.shopping_bag_add{
	height: 60px;
}


#item_content .add_item{
	height: 25px;
}

.impression_text .add_item{
	padding-bottom: 20px;
	font-size: 16px;
}

#item_content .add_item{
	margin-top: 10px;
}

a img{
	border: none;
}

.item_img_placeholder{
	
	float: left;
	margin-bottom: 4px;
	overflow: hidden;
	text-align: center;
}

.b2c{
	width: 75px;
	height: 75px;
}

#related_items_container .item_img_placeholder{
	width: 75px;
	height: 75px;
}

.cartitem .item_img_placeholder{
	padding-right: 4px;
	margin-top: 5px;

}

.img_container,.img_container_6,.img_container_4,.img_container_2{
	width: 75px;
	height: 75px;
	float: left;
	vertical-align: center;
	
}

.img_container_4{
	width: 150px;
	height: 130px;

}

.img_container_2{
	width: 300px;
	height: 325px;
}

.listitem, .listitem_6,.listitem_4,.listitem_2{
	width: 100px;
	margin-right: 2px;
	float: left;
	height: 230px;
}

.img_container_6{
	margin-left: 14px;
	
}

.listitem p,.listitem_6 p,.listitem_4 p,.listitem_2 p{

	margin-top: 10px;
	margin-bottom: 10px;
	width: 85px;
	float: left;
	overflow-y: hidden;
	overflow-x: hidden;
}

.listitem p,.listitem_6 p{
	height: 80px;
}

.listitem_4{
	width: 150px;
	margin-right: 3px;
	height: 250px;
	margin-bottom: 5px;
}



.listitem_4 p{
	width: 130px;
	height: 42px;
}

.item_details_4{
	float: left;
	width: 150px;
}

.listitem_2{
	width: 310px;
	height: 410px;
	margin-bottom: 10px;
}
.listitem_2 p{
	height: 20px;
	width: 300px
}

.item_details_2{
	float: left;
	width: 300px;
}


.listitem a{
	color: #686765;
}

.item_img_placeholder:hover{
	
	cursor: pointer;
}

.item_img_placeholder img
{
	background-color: white;
}

.prod_header{
	width: 635px;
	float: left;
	background: #767676;
	font-size: 12px;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 8px;
}

.prod_header select{
	font-size: 12px;
	margin-top: -1px;
}


#paginator{
	float: left;
	margin-top: 0px;
	height: 25px;
	width: 100%;
	text-align: center;
	font-size: 13px;
}

#paginator a{
	text-decoration: none;
	color: #FFF;
	padding: 3px;
}

#paginator strong{
	background-color: #766D63;
	padding: 3px;
}

#paginator a:hover{
	background-color: #282828;
	color: #FFF;
}

#items_filter_select{
	height: 57px;
	float: left;
	width: 650px;
}

#num_res{
	float: right
}

#items_filter_select label{
	font-weight: bold;
}

#items_filter_select form{
	float: left;
	margin-right: 5px;
	
}

#items_filter_select input[type=text], #items_filter_select select, .inputtable input, .inputtable select, .prod_header select, #search_field{
	background-color: #F0EEED;
	border: solid 1px #6A6967;
	font-size: 11px;
	color: #686765;
}

input[type=text]{
	background-color: #F9F9F9;
}

select{
	border: solid 1px #000;
}

#items_filter_select input[type=submit]{
	height: 18px;
}

.newsletterblock {
	width: 175px;
}

.newsletterblock input[type="text"]{
	border: solid 1px #9C9696;
}

#items_filter_select .style_button{
	height: 17px;
	border-left: none;
}

#set_color{
	margin-right: 0px!important;
}

#item_photo{
	background-color: #F7F7F7;
	text-align: center;
	float: left;
	height: 320px;
	width: 420px;


}

#zoom_note{
	display: none;
	color: #9B9B9B;

}

#item_content{
	float: right;
	width: 220px;
}

#itemsoverview H1{
	float: left;
	width: 500px;
	margin-bottom: 5px;
}

#itemsoverview a{
	color: #FFF
}

#item_content H2{
	margin: 0px;
	padding: 0px;
	font-size: 15px;
}

#item_content .price{
	font-size: 16px;
}

#related_items{
	float: left;
	margin-top: 20px;
	height: 96px;
	width: 430px;
	overflow-x: hidden;
	overflow-y: hidden;
	/*background: url(arrow.png) no-repeat;*/
	background-position: 50% 80px; 


}

#related_items_container{
	width: 40000px;
	height: 96px;
	float: left;

}

#related_items .item_img_placeholder{
	margin-right: 11px;
	
}

.item_img_placeholder img{
	vertical-align:middle; 
}

#related_items_header{
	float: left; margin-top: 20px; width: 640px;
	font-weight: bold;
	
}

#related_pager{
	float: right;
	width: 200px;
	text-align: right;
	margin-top: 60px;
}

#related_pager a{
	color:#EBE8E4;
}

#related_pager span{
	color: #BFBFBF;
}

.listitem_dim{
	margin-top: 80px; float: left;
	/* background: transparent url(item_dim.png) repeat-x; */
	background-color: #5E5750;
	color: #000;
	font-size: 10px;
	width: 75px;
	z-index: 10;
	height: 30px;
	padding-top: 5px;
	color: #FFF;
}

.listitem_dim a{
	text-decoration: none;
}


.related_selected{
	
}

.storelocator_content{
	float: left; 
	width: 98%;
	color: #FFF;
	padding-left: 10px;
}

.sp_listitem{
	border-bottom: solid 1px #F3F2F1;
	text-indent: 4px;
	height: 15px;
}
.inputtable{
	width: 405px;
}

.inputtable td{
 font-weight: bold;
}

.oldPrice{
	width: 100%;
	font-size: 14px;
	background: url(strikethrough.gif) no-repeat;
	float: left;
	margin-top: -16px;
}

.rightcontent_block .price{
	font-size: 24px;
	float: left;
}

.sales_photo{
	float: left;
}

.sales_details{
	float: right;
	width: 80px;
	margin-right: 15px;
}

.select_sp{
	text-decoration: underline;

}

.sp_listitem{
	cursor: pointer;
}

.mpFormTable{
	width: 500px;
}

.mpFormTable td{
	height: 25px;
	
}

#newslettercontent input[type="text"]{
	background-color: #F0EFED;
	border: solid 1px #696967;
	width: 200px;
}

.cartitem{
	
	width: 100%;
	float: left;
	height: 100px;
	border-bottom: solid 2px #767676;
	margin-top: 10px;
}

.cartitem h3{
	height: 12px;
}

.cartitem b{
	float: left;
	width: 100px;		
}

.cartitem input{
	font-size: 11px;
	border: solid 1px #9F9999;
	width: 40px;
} 

.cartitemdetails{
	float: left;
	width: 250px;
	height: 80px;
}

.cartitemquantity{
	float: left;
	width: 150px;
	height: 80px;
	text-align: right;
}
.cartitemprice{
	float: right;
	width: 100px;
	height: 80px;
	text-align: right;
}

#stepbox{
	width: 650px;
	background: url(stepboxbg.jpg);
	height: 20px;
	float: left;
	display: block;
	color: #000;
}

.step{
	width: 130px;
	float: left;
	text-align: center;
	font-weight: bold;
	padding-top: 2px;
	height: 18px;
}

.selected{
	background: #000;
	opacity: 0.2;
	filter: alpha(opacity = 20);
	color: #F1F1F1;
}
.carttotal{
	float: right;
	margin-top: 30px;
	border-top: solid 1px #686765;
	border-bottom: solid 1px #686765;
	font-size: 16px;
	font-weight: bold;
	width: 170px;
}	

.cartinc{
	font-weight: normal;
	font-size: 11px;
	float: right;
	width: 650px;
	text-align: right;
}
.cartbuttons{
	margin-top: 30px;
}

.cartbuttons .style_button{
	width: 120px;
	float: right;
	margin-left: 5px;
}

.stepoverview table input[type=text], .stepoverview table input[type=password] {
	border: solid 1px #000;
	background-color: #EFECE8;
}

.stepoverview table  p{
	padding: 0px;
	margin: 0px;
}

.stepoverview{
	padding: 10px;
}

.input_required{
	background-color: #D3C6C0!important;
}

.stepoverview table td{
	height: 26px;
}

.ncoltable1{
	font-size: 15px!important;
}

.collection_button{
	width: 23px;
	margin-left: 3px;
	float: left;
	padding-top: 5px;
	height: 15px;
}

.collection_button a{
	width: 23px;
	height: 20px;
	display: block;
	color: #D1D1D1;
	text-decoration: none;
}

#letters{
	margin-top: 25px;
	float: left;
}

#collections{
	float: left;
	width: 100%;
	height: 450px;
	margin-top: 30px;

}

#collections a{
	float: left;
	display: block;
	width: 200px;
	color: #EBE8E4;
	font-size: 12px;
}

.photobar{
	float: right;
	background-color: #7A726A;
	width: 200px;
	height: 650px;
	padding: 15px;
}

#photos{
	height: 450px;
	float: left;
	width: 100%;
}

.sp_photo{
	width: 90px;
	height: 60px;
	float: left;
	
	margin-left: 5px;
	margin-top: 5px;
}

.newsletterblock{
	margin-top: 10px;
	float: left;
}

.sp_logo{
	width: 100%;
	text-align: center;
}

#pdf{
	width: 600px;
	z-index: 900;
	display: none;
	background-color: #3F3E3C;
	position: fixed;
	left: 30%;
	top: 230px;
	border: solid 1px #686765;
	color: #C8C7C5;
}

.close_window{
	float: right;
	margin-right: 5px;
	cursor: pointer;
}

.overlay_header{
	width: 600px;
	display: block;
	background: url(window_header.jpg) repeat-x;
	height: 16px;
	margin-bottom: 20px;
	padding-top: 2px;
	float: left;
	font-size: 14px;
	text-indent: 5px;
}

#pdf_content{
	display: block;
	
}

#iDealTbl{
	text-align: center;
}

.itemadded{
	z-index: 900;
	display: none;
	background: #282828 url(logo.png) no-repeat top left;
	position: fixed;
	left: 35%;
	top: 300px;
	border: solid 1px #686765;
	color: #C8C7C5;
	width: 30%;
	height: 100px;
	padding: 10px;
	text-align: center;
	font-size: 18px;
	box-shadow: 3px 3px 3px #282828;
}

.checkoutbtn{
	width: 70px;
}


.sitemap a{
	text-decoration: none;
	line-height: 18px;
}

.sitemap h4{
	font-size: 12px;
	margin: 0px;
	line-height: 18px;
}

.homepage_link{
	background: #524D4A url(style_button.jpg) repeat-x;
	color: #F1F1F1!important;
	font-family: arial;
	font-size: 11px;
	height: 20px;
	border: none;
	font-weight: bold;
	padding: 4px;
	
	text-align: center;
	
}

.homepage_link a{
	text-decoration: none;
}


.gmnoprint{
	color: #000;
}

.gmnoprint a{
	color: #282828;
}

.country_top{
	position: fixed;
	top: 0px;
	padding-left: 20px;
	color: white;
	font-size: 17px;
	
}
#color_filter, #sort_filter{
	width: 100px;
}

.sb_details{
	cursor: pointer;
}

#item_list{
	height: 300px;
	width: 600px;
	background-color: #7E7E7E;
	overflow: auto;
}

#shoppingbag .style_button{
	width: 65px;
}

.front_maingroup, .front_ptmdicon{
	float: left;
	width: 156px;
	height: 176px;
	background-color: #A09FA0;
	color: #FFF;
	font-size: 14px;
	
	margin-right: 10px;
	margin-top: 10px;
	text-align: center;
}

.front_maingroup a{
	color: #FFF;
	text-decoration: none;

}

.front_maingroup:hover
{
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

.front_ptmdicon {
	background: #282828 url(logo.jpg) no-repeat center center;
}

.frontsearch {
	background-color: #282828!important;
	border: none!important;
}

#productgroepen{
	color: #E7E7E7;
	font-size: 35px;
	text-align: center;
	width: 100%;
	float: left;
	letter-spacing: 1px;
}

#home_impression{
	width: 100%;
	height: 450px;
	float: left;
	
}

#home_buttons{
	float: left;
	width: 100%;
	text-align: center;
	height: 140px;
	margin-top: 20px;
	padding-left: 29px;
}	

#home_buttons .b2b_button_small{
	margin-left: 21px;
	width: 282px;
	font-size: 13px;
}

#home_buttons img{
	margin-right: 10px;
	margin-left: 10px;
	
}

#home_buttons img:hover{
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

.slideshow_photo{
	float: left;
	margin-left: 28px;
	height: 450px;
	margin-left: 100px;
	width: 800px;
	display: none;
	border: solid 1px #606060;
}

.slideshow_video{
	float: left;
	margin-left: 28px;
	height: 450px;
	margin-left: 100px;
	width: 800px;
	border: solid 1px #606060;
}

.th_img{
height: 158px; overflow: hidden; cursor: pointer;	
}

.teaser_left{
	float: left;
	padding-left: 35px;
	height: 700px;
	width: 440px;
	font-size: 12px;
}

.teaser_left ul li{
	margin: 0px;
	padding: 0px;
	
	
	height: 8px;
}

.teaser_right{
	float: right;
	
	height: 700px;
	width: 450px;
	background: url(logo.jpg) center bottom no-repeat;
	margin-bottom: 40px;
	text-align: center;
	font-size: 12px;
}

.loginbox{
	float: left;
	width: 450px;
	margin-left: 300px;
	font-size: 14px;
	margin-top: 200px;
	color: #9B9C9E;
	padding: 5px;
	border: solid 1px #4A4A4C;
	background: #2D2D2F url(b2bloginbox.jpg) top center no-repeat;
}

#b2blogin{
	background: url(b2blogin.jpg) no-repeat;
	background-position: 10% 0%;
	height: 1000px;
}

#b2blogin input, .mag_input input{
	background-color: #979799;
	
}

#b2bwelcome{
	text-align: center;
}

.b2b_button, .b2b_button_small{
	border: solid 1px #424244;
	display: block;
	width: 351px;
	height: 80px;
	padding-top: 10px;
	float: left;
	color: #424244;
	margin-right: 12px;
	margin-bottom: 12px;
	text-align: center;
}

.b2b_button{
	width: 227px;
	height: 120px;
	margin-left: 5px;
}

.b2b_button:hover, .b2b_button_small:hover{
	opacity: 0.8;
	
}

.b2b_button_small{
	width: 306px
}

.b2b_button_xsmall{
	width: 225px;
	height: 100px;
	margin-right: 13px;
	
}

.b2b_button a, .b2b_button_small a{
	text-decoration: none;
	color: #9E9EA0;
}

#xcontent_body .pad_content{
	padding-left: 138px;
}

#music_stop{
cursor:pointer;
}

.magazine{
	float: left;
	
}

.mag_input{
	float: left;
	margin-left: 15px;
	font-size: 14px;
	color: #979799;
}

.philo, .jobs, .socialmedia{
	background: url(philosophybg.jpg) top center no-repeat;
	min-height: 400px;
	width: 750px;
	float: left;
	padding-top: 90px;
	font-size: 14px;
	color: #979799;
}

.jobs{
	background: none;
	padding-top: 0px;
	margin-left: 100px;
}

.charity{
	width: 970px;
	
}

.socialmedia{
	background: url(socialmedia.jpg) top center no-repeat;
	padding: 0px;
}

.order_btn{
	width: 323px;
	height: 70px;
	border: solid 1px #424244;
	font-size: 24px;
	background-color: #28282A!important;
	color: #979799;
	cursor: pointer;
}

.cat5{
	background: url(../public/images/cat5.jpg) top center no-repeat!important;
}

.video_thumb{
	float: left;
	margin-left: 17px;
	margin-bottom: 6px;
	background-color: #4D4D4F
}

.ambiance{
	background: url(sfeer.jpg) top center no-repeat;
	float: left;
	height: 550px;
	padding-top: 100px;
}

#new_arrivals{
	float: right;
	margin-right: 4px;
}

#next_page{
	float: right;
	margin-right: 20px;
}

#prev_page{
	float: left;
}

#arrivals_paginator{
	float: left;
	width: 100%;
	font-size: 14px;
}

#arrivals_paginator a{
	text-decoration: none;
}

.arrivals_header{
float: left; width: 50%; text-align: center; margin-top: -30px;
}

#coll_description{
	text-align: center;
	margin-top: -50px;
	float: left;
	width: 100%;
	font-size: 22px;
	color: #FFF;
	z-index: 1000;
	
}

#coll_description a{
	background-color: #2D2D2F;
	opacity: 0.9;
	padding: 10px;
	text-decoration: none;
	border: solid 2px #FFF;
	filter: alpha(opacity = 90);
}

.ptmdlogo{
	
	background: url(logo.png) no-repeat top left;
	width: 100px;
	height: 100px;
	position: absolute;
}

.coll_photo{
	width: 100%;
	float: left;
	min-height: 600px;
}

#num_cols{
	float: right;
}

#preview{
	position:absolute;
	border:1px solid #000;
	background:#fff;
	padding:5px;
	display:none;
	color:#fff;
}

.img_container{
    width: 75px;
    height: 75px;
    float: left;
    vertical-align: center;
    
}


.cartitem .item_img_placeholder{
	width: 75px;
	height: 75px;
}

#arrival_popup{
	position: absolute;
	left: 200px;
	top: 200px;
	padding: 10px;
	display: none;
	min-width: 140px;
	background-color: #282828;
}

#arr_prev, #arr_next{
	font-size: 14px;
}

#arr_prev{
	float: left;
	height: 20px;
}
#arr_next{
	float: right;
	height: 20px;
}

.coll_photo img{
	border: none;
}

#back_to_arrivals{
	width: 90%;
	float: left;
	text-align: center;
}

#navigator{
	position: absolute;
	top: 65px;
	left: 45px;
}

.nav_button{
	color: #D1D1D1;
	border: solid 1px #424244;
	width: 100px;
	height: 30px;
	display: block;
	text-align: center;
	padding-top: 5px;
	margin-bottom: 5px;
}	

.nav_button a{
	width: 100%;
	display: block;
}

#scrollpos{
	display: none;
}

.item_details_2 .price{
	width: 65%!important;
}

.listitemadd {
	background: none;
}

.col_letter{
	margin: 4px;
	border: solid 1px #505050;
	cursor: pointer;
	display: inline-block;
	padding: 2px;
	width: 7px;
	
}

.collection_letters{
	padding-top: 60px;
	display: block;
	width: 160px;
}

#collection_name{
	margin-left: 4px;
	margin-top: 20px;
}

.collection_name{
	display: none;
}

.collection_name{
	float: left;
	width: 100%;
	margin-top: 5px;
}

.col_active{
	border-color: #B3B3B3
}

#col_img{
	float: left;

	margin-top: 10px;
}
#col_text {
	float: left;
	width: 180px;
	margin-left: 10px;
	margin-top: 10px;
}

#mayor_items{
	height: 270px;
	width: 97%;
	overflow-x: auto;
	float: left;
	
}

#mayor_items_content{
	width: auto;
	float: left;
}

.majoritem{
	cursor: pointer;
}

.hovered{
	background-color: #767676
}

.col_letter:hover{
	text-decoration: underline;
	color: #A09FA0
}

.letter_available
{
	background-color: #E9E9E9;
	color: #505050
}
.mag_thumb_left{
	float: left;
}

.mag_thumb_right{
	float: left;
	margin-left: 145px;
}
