/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	/*background-color:#9eef85; */
	background-color:#ffffff; 
	text-align:center;
}

form {
	margin: 0;
}


#pageContainer 
{
    margin-right: auto;
    margin-left:auto;
	width: 975px;
	height: auto;
	background-color: #FFFFFF;
	border-right: none 1px black;
	border-left: none 1px black;
	border-bottom: none 1px black;
	border-top: none 0px black;
}

#pageLeftArea  
{
	float:left;
	width: 200px;
	margin-right: 20px;
	background-color: white;
	text-align: left;
	margin-top: 20px;
}

#pageHeader {
	height: 88px;/*138px;*/
	padding-top:50px;
	background-image:none;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	font-size: xx-large;
	font-weight: bold;
	
}


#pageContentWrapper 
{
    float: right;
	display:block;
	width: 730px ;/*572px;*/
	text-align:left;
	padding-right: 8px;
}

#pageFooter {
	display:block;
	width: 100%;
	text-align:center;
	border-top: solid 1px black;
	color:#bf1e2d;
	padding-top: 7px;
	padding-bottom: 7px;
	clear: both;
	background-color:#FFFFFF ;
	position: relative;
}

#AcceptedCards 
{
	display: inline;
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-size: 14px;
}

#AcceptedCards2
{
    margin-right: auto;
    margin-left:auto;
	float: right;
	display: inline;
	text-align:right;
	background-color:#9eef85;
}

#language
{
    display: inline;
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-size: 14px;
}

#language A
{
    vertical-align: 50%;
  	color:#bf1e2d;
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
}

#language2
{
    margin-right: auto;
    margin-left:auto;
	display: inline;
	float: left;
	text-align:left;
	background-color:#9eef85;
	border:0px;
}

.languageFlags
{
    border:0px;
    width:21px;
    height:14px;
    
}

.languageFlagsOff
{
    border:0px;
    filter:  alpha(opacity="70");
    opacity: 0.70;
    width:21px;
    height:14px;
}


/********************************************************************************
	# pageBasket
********************************************************************************/

#pageBasket {
	display:block;
	height: auto;
	width: 170px;
	margin-top: 25px;
	margin-bottom: 20px;
}

#pageBasket h4 {
	font-size: 13px;
	color:#bf1e2d;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#pageBasket a{
	font-size: 13px;
	color:#000000;
	font-weight: normal;
	text-decoration:underline;
}

/********************************************************************************
	# pageTopnavigation
********************************************************************************/

#pageTopnavigation {
	/*background-color: #a8a9ad;*/
	font-family: "Courier New", Courier, monospace;
	position: relative;
	background-image: url(/_grfx/baggrund.gif);
	text-align:left;
	height: 50px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	/*border-right: solid 1px black;
	border-left: solid 1px black;
	border-bottom: solid 0px black;
	border-top: solid 0px black;*/
	border: none 0px white;
}


#pageTopnavigation a
{
    background: transparent url(/_grfx/bracket.gif) no-repeat scroll right;
	font-size: 16px;
	color:#bf1e2d;
	font-weight: normal;
	text-decoration:none;
	padding-right: 10px;
	margin-right: 0px;
	margin-left: 0px;
}

/********************************************************************************
	# searchForm
********************************************************************************/

#searchForm {
	color: #000000;
	font-size: 11px;
	padding-top: 2px;
	padding-left: 15px;
}

#searchForm input{
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	
}

#searchinput
{
    /*position:absolute;
    left:15px;
    top:24px;*/
    height: 15px;
    width: 150px;
    padding-top:3px;
}




#searchsubmit
{
    color: Black;
    font-weight: 700;
    font-size: 11px;
    /*position:absolute;*/
    /*left:127px;*/
    /*top:5px;*/
    cursor:pointer;
    /*width:42px;*/
    height:24px;
    /*background:url('/_grfx/btn_search.gif');*/
    /*border-style:none;
    border-width:0px;*/
    text-align:center;
}


/********************************************************************************
	# pageLeftnavigation
********************************************************************************/

.menuArea {
	width:250px;
	padding-left: 15px;
	padding-top: 10px;
	background-color: #FFFFFF;
	background-image: url(../_grfx/menuarea_bg.gif);
	background-repeat: repeat-y;
}



#pageLeftnavigation 
{
    font-family: Arial, "Courier New", Courier, monospace;
	display:block;
	height: auto;
	width: 190px;
	margin-top: 0px;
	margin-bottom: 20px;
}

#pageLeftnavigation h1 {
	font-size: 11px;
	color:#000000;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	/*height: 30px;*/
	
}

#pageLeftnavigation h1 a{
	font-size: 14px;
	color:#bf1e2d;
	font-weight: bold;
	text-decoration:none;
}

#pageLeftnavigation h2 {
	font-size: 11px;
	color:#000000;
	font-weight: normal;
	padding-left: 15px;
		margin: 0px 0px 3px 0px;
}

#pageLeftnavigation h2 a{
	font-size: 13px;
	color:#bf1e2d;
	font-weight: bold;
	text-decoration:none;
}

#pageLeftnavigation h3 {
	font-size: 11px;
	color:#000000;
	font-weight: normal;
	padding-left: 25px;
	margin: 0px;
}

#pageLeftnavigation h3 a{
	font-size: 12px;
	color:#bf1e2d;
	font-weight: normal;
	text-decoration:none;
}

#pageLeftnavigation h4 {
	font-size: 13px;
	color:#000000;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


/********************************************************************************
	# pageContentItems
********************************************************************************/

#pageContentItems form {
	margin: 0;
}

#pageContentItems {
	margin-top: 20px;
	margin-bottom: 20px;
	display:block;
}

#pageContentItems hr {
	color: #999999;
	background-color: #999999;
	width: 100%;
	height: 1px;
	line-height: 1px;
}

#pageContentItems a{
	color: #212121;
}

#pageContentItems a:hover{
	color: #212121;
}

#pageContentItems .Price_1{
	font-size: 12px;
	font-weight: normal;
	color: #212121;
	background-color: #e1e1e1;
	height: 17px;
	padding-top: 3px;
}

#pageContentItems .Price_2{
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	background-color:#00CC33;
	height: 17px;
	padding-top: 3px;
}


#pageContentItems h1 {
	font-size: 12px;
	font-weight: normal;
	color:#212121;
	margin: 0px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	height: 35px;
}

#pageContentItems h1 h3{
	/*font-size: 12px;*/
	font-weight: normal;
	color:#212121;
	margin: 0px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	/*height: 35px;*/
}


#pageContentItems h2 {
	font-size: 20px;
	font-weight: normal;
	color:#212121;
}

#pageContentItems h2 a{
	font-size: 20px;
	font-weight: normal;
	color:#212121;
	text-decoration:none;
}


#pageContentItems h3 {
	font-size: 12px;
	font-weight: normal;
	color:#212121;
}

#pageContentItems .imagebox {
	height: 180px;
	width: 195px;
	margin-bottom: 15px;
	margin-right: 20px;
	padding-top: 10px;
	text-align: center;
	float:left;
	display:inline; /* float bug squashing */
	border: 1px solid #CCCCCC;
}
#pageContentItems .imagebox:hover {
	border: 1px solid #121212;
}

#pageContentItems .image 
{
    margin-left :auto;
    margin-right: auto;
	height: 120px;
	width: 150px;
	overflow:hidden;
	background-color:#FFFFFF;
	text-align: center;
	margin-bottom: 5px;
}

#pageContentItems .imageSpecialOffer {
    background:transparent;
    top:-160px;
    position:relative;
}


#pageContentItems .imageText {
}


/********************************************************************************
	# pageContentItem
********************************************************************************/

.contentArea {
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
}


#pageContentItem {
	margin-top: 10px;
	margin-bottom: 20px;
}

#pageContentItem hr {
	color: #999999;
	background-color: #999999;
	width: 100%;
	height: 1px;
	line-height: 1px;
}

#pageContentItem a{
	color: #212121;
}

#pageContentItem a:hover{
	color: #212121;
}

#pageContentItem .Price_1{
	/*display:block;*/
	float:left;
    margin-top:3px;
	font-size: 14px;
	font-weight: bold;
	color: #212121;
}

#pageContentItem .Price_2{
	/*display:block;*/
	float:left;
	margin-top:3px;	
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #00CC33;
}

#pageContentItem .Price_3{
	/*display:block;*/
	float:left;
	margin-top:3px;
	font-size: 14px;
	font-weight: normal;
	color: #212121;
	text-decoration:line-through;
}

#pageContentItem h1 
{
    font-family: "Courier New", Courier, monospace;	
	color:#bf1e2d;    
	font-size: 20px;
	font-weight: normal;
	padding-top: 0px;
	margin: 0px 0px 0px 0px;
	
}


#pageContentItem h2 {
	font-size: 12px;
	font-weight: normal;
	color:#212121;
}

#pageContentItem h3 {
	font-size: 12px;
	font-weight: normal;
	color:#212121;
}

#pageContentItem h4 {
	font-size: 12px;
	font-weight: normal;
	color:#212121;
	text-align: right;
	height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#pageContentItem h4 a {
	font-size: 12px;
	font-weight: bold;
	color:#212121;
	text-decoration: none;
	font-family: Arial, sans-serif;
}

#pageContentItem .imagebox {
	display:block;
	float:right;
	height: 150px;
	width: 150px;
	margin-top: 15px;
	margin-left: 25px;
	text-align: center;
}

#pageContentItem .image {
	height: 125px;
	width: 150px;
	overflow:hidden;
	background-color:#FFFFFF;
	text-align: center;
}



#pageContentItem .imageText {
}

#pageContentItem form {
	margin: 0;
}

#pageContentItem .basketbox {
	height: auto;
	width: auto;
	text-align: right;
	background-color: #e1e1e1;
	border: 1px solid #999999;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}


/********************************************************************************
	# pageContentHTMLPage
********************************************************************************/

#pageContentHTMLPage {
	margin-top: 0px;
	margin-bottom: 20px;
}

#pageContentHTMLPage h1 
{
    font-weight:normal;   
}


#pageContentConfirmedOrder 
{
    
}

/********************************************************************************
	# fpShow
********************************************************************************/

.fpShow 
{
    width: auto;    
}


.itemListBG 
{
    float:left;
    padding: 10px;
}


/********************************************************************************
	# paging
********************************************************************************/

a.activePage
{
    font-weight:bold;
}

/********************************************************************************
	# custom
********************************************************************************/

#mainTable {
	width: 955px;
	height: 100%;
}

.Cm4navArea {
	height: 40px;
	text-align: right;
	vertical-align: bottom;
}

.topnavArea {
	height: 35px;
	background-color: #fefeff;
}

.topNav {
	margin-left: 5px;
	margin-right: 30px;
}

a.topNav {/*
	color: #ffffff;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
*/
}

a:hover.topNav {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

a:visited.topNav {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}


.CUST_topnavArea {
	padding-top:70px;
	padding-left: 100px;
}

.FooterArea {
	height: 35px;
	background-color: #ffffff;
}

/********************************************************************************
	# fpShow
********************************************************************************/

#frontpageshow
{
    width: auto;    
}


.itemListBG 
{
    float:left;
    padding: 10px;
}


.itemListBG .imagebox
{
    width: 150px;
    
}


#frontpageshow .Price_1{
	font-size: 12px;
	font-weight: normal;
	color: #212121;
	background-color: #e1e1e1;
	height: 17px;
	padding-top: 3px;
}

#frontpageshow .Price_2{
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	background-color:#00CC33;
	height: 17px;
	padding-top: 3px;
}

#frontpageshow .Price_3{
	font-size: 12px;
	font-weight: normal;
	color: #ff0000;
	text-decoration: line-through;
	height: 17px;
	padding-top: 3px;
	position: absolute;
	bottom: 17px;
	width: 100%
}


#frontpageshow h1 {
	font-size: 12px;
	font-weight: normal;
	color:#212121;
	margin: 0px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	height: 40px;
}


#frontpageshow h2 {
	font-size: 20px;
	font-weight: normal;
	color:#212121;
}

#frontpageshow h2 a{
	font-size: 20px;
	font-weight: normal;
	color:#212121;
	text-decoration:none;
}


#frontpageshow h3 {
	font-size: 12px;
	font-weight: normal;
	color:#212121;
}

#frontpageshow .imagebox 
{
    position: relative;
	height: 215px;
	width: 175px;
	margin-bottom: 15px;
	margin-right: 20px;
	padding-top: 10px;
	text-align: center;
	float:left;
	display:inline; /* float bug squashing */
	border: 1px solid #CCCCCC;
}
#frontpageshow .imagebox:hover {
	border: 1px solid #121212;
}

#frontpageshow .image 
{
    margin-left :auto;
    margin-right: auto;
	height: 150px;
	width: 150px;
	overflow:hidden;
	background-color:#FFFFFF;
	text-align: center;
	margin-bottom: 5px;
}

#frontpageshow .imageSpecialOffer {
    background:transparent;
    top:-170px;
    position:relative;
}





#extraimages {
	clear:both;
	position:relative;
	padding-right:0px;
	margin-right:0px;
}

#extraimages .imagebox {
	display:block;
	float:right;
	height: 150px;
	width: 150px;
	margin-top: 15px;
	margin-left: 25px;
	text-align: center;
}

#extraimages .image {
	height: 120px;
	width: 150px;
	overflow:hidden;
	background-color:#FFFFFF;
	text-align: center;
}

#extraimages .imageText {
}


