@charset "UTF-8";
/* CSS Document */

html { 
	font-size: 12px; 
	font-family: "Lucida Grande", Verdana, Arial, sans-serif; 
	margin: 0;
	padding: 0;
}		
body {
	margin: 0;
	padding: 0;
	background-color: #efefef;
    background-image: url(/_assets/dakarpress/img/bg_main_p4w.jpg);
    background-repeat: repeat-x;
}
.clr {
	clear:both;
}
#container {
	position: relative;
	width: 900px;
	left: 50%;
	margin-left: -450px;
}




#header {
    position: relative;
    width: 980px;
    height: 110px;
    background-image: url(/_assets/dakarpress/img/header_p4w.jpg);
    background-repeat: no-repeat;
}
#schild {
    position: absolute;
    right: 20px;
    top: 5px;
    width: 116px;
    height: 68px;
    overflow: hidden;
    background-image: url(/_assets/dakarpress/img/schild-10.png);
}
#portalLinks {
    position: absolute;
    right: 20px;
    top: 80px;
}
#portalLinks ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#portalLinks ul li {
    float: right;
    color: #ffffff;
    margin-left: 20px;
}
#portalLinks ul li a:link,
#portalLinks ul li a:visited {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}
#portalLinks ul li a:hover {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}
#headerLine {
    position: relative;
    width: 980px;
    height: 35px;
    
}
#headerLine div.title {
    width: 300px;
    float: left;
}
#headerLine div.title span.titleText {
    color: #d3222a;
    font-size: 20px;
    margin: 5px 0px 0px 5px;
    display: block;
    float: left;
}
#headerLine div.title span.headerDate{
    color: #d3222a;
    font-size: 12px;
    margin: 13px 5px 0px 5px;
    display: block;
    float: left;
}
#headerLine div.stage {
    position: relative;
    width: 300px;
    float: right;
    text-align: right;
}
#headerLine div.stage div.stageTitle {
    color: #d3222a;
    font-size: 16px;
    font-weight: bold;
}

#headerLine div.stage div.stageDesc {
    color: #491c00;
    font-size: inherit;
    font-weight: bold;
}
#titleLine {
    position: relative;
    margin-top: 0px;
    text-align: left;
    width: 980px;
    height: 18px;
    padding: 2px;
}
/*
 TOP MENU
*/

div#titleLine ul.topMenu {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    top: -2px;
    left: -2px;
    
}

div#titleLine ul.topMenu li {
    float: left;
    font-size: 14px;

}
div#titleLine ul.topMenu li a {
    display: block;
    padding: 3px 10px 3px 10px;
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;

}
div#titleLine ul.topMenu li a:link,
div#titleLine ul.topMenu li a:visited {

}

div#titleLine ul.topMenu li a:hover {
    background-color: #ffffff;
	color: #d3222a;
}

div#titleLine ul.topMenu li a.current:link,
div#titleLine ul.topMenu li a.current:visited {
    background-color: #ffffff;
    color: #d3222a;
}

div#titleLine ul.topMenu li a.current:hover {
    background-color: #ffffff;
	color: #d3222a;
}







#topmenu {
	position:absolute;
	bottom: 0px;
	left:0px;
	height: 21px;
}

#topmenu ul {
	padding:0px;
	margin:0px;
	height: 21px;
}
#topmenu ul li {
	float:left;
	padding:0px;
	margin:0px;
	list-style:none;
}

#topmenu ul li a {
	display: block;
	font-family: Arial;
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
	padding: 2px 6px 3px 6px;
	margin: 0px 3px 0px 0px;
	color: #fff;
}


#topmenu ul li a:hover {
	background-color: #fff;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	color: #000;

}


#topmenu ul li.current a {
	background-color: #fff;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	color: #000;
}

#topmenu ul li ul {
	width: 0px;
	height: 0px;
	display: none;
}

#mainContent {
	clear:both;
	background-color: #fff;
	padding: 10px;
}
div#wrapper{float:left;width:100%;}
div#content{margin-right: 346px;margin-bottom:20px;line-height: 20px;}
div#contentFull{margin-bottom:20px;line-height: 20px;}
div#navigation{ position:absolute;float:left;width:120px;margin-left:900px;margin-top:-10px;}
div#extra{float:left;width:336px;margin-left:-336px;}

div.contentinfo{clear:both;height:28px;border-bottom: 1px solid #a5acb2;margin-top:5px;margin-bottom:10px;text-align: left;}


.menu {padding: 0;margin: 0;}
UL.menu li {
	float: left;
	display: inline;
	list-style-type: none;
	cursor: pointer;
	padding-right: 10px;
	font: 11px "Lucida Sans", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	margin-bottom: 30px;
	margin-top: 10px;
	color:#ff0066;
	}





#footer {
	clear: both;
	margin-bottom:50px;
}
div.block1 {
	position:relative;
	float:left;
	width:220px;
	color: #fff;
}
div.block1 h1 {
	margin-bottom: 3px;
	padding-bottom: 3px;
	font-size:16px;
	color:#333;
}
div.block1 ul {
	margin: 0px;
	padding:0px 5px;
}
div.block1 ul li {
	list-style:none;
}
div.block1 ul li a {
	display:block;
	color:#333;
	text-decoration:none;
	padding: 3px 5px;
}
div.block1 ul li a:hover {
	display:block;
	color: #fff;
	background-color: #333;
	text-decoration:none;
	padding: 3px 5px;

}


h1 {
	color: #FF541F;
	font-size: 34px;
	line-height:normal;
	font-family: Georgia,Times New Roman;
	font-weight: normal;
}
h1 a:hover {
	background-color: transparent;
	color: #333;
	text-decoration: underline;
}
h2 {
	color: #471c00;
	font-size: 16px;
}
div.article_base h1 {
	margin-bottom: 3px;
}
div.article_base h2 {
	margin-top: 0px;
	font-size: 14px;
}
a {
	color: #FF541F;
	text-decoration: none;
	padding: 1px;
}
/*
a:hover {
	background-color: #FF541F;
	color: #fff;
}
*/
/* accordion ------------------------------------------------------------------------------------------------------ */
.toggler  		{cursor:pointer; color:#333; margin: 0; padding:5px; font-size:13px; font-family: Georgia, Times New Roman;border-bottom:1px solid #ccc; }
.toggler:hover	{ background:#eee;}
.element		{padding-left:20px;padding-right:20px;padding-top:20px;padding-bottom:20px;background:#d8f3fa;color: #000000;}/*d8f3fa*/




/* Modules */
div.content_item {
    width:517px;
    clear:both;

}
div.media_item {
	margin-bottom: 10px;
}
div.media_item a:link,
div.media_item a:visited {
	
}
div.media_item a:hover {
	background-color: transparent;
}
div.buis_news_scroller {
    position:relative;
    background:#373637;
    width:517px;
    height:335px;
}
div.buis_news_scroller div.image {
    position:absolute;
    width:517px;
    height:335px;
    z-index:0;
}
div.buis_news_scroller div.shoutout {
    position:absolute;
    padding:20px;
    z-index:1;
}
div.buis_news_scroller ul.menuactie {
    padding:0;
    margin:0;
}
div.buis_news_scroller ul.menuactie li {
    text-align:left;
    display:inline;
    list-style-type:none;
    cursor: none;
    padding:5px;
    font-size:24px;
    background:#fff;
    color:#3f2682;
}

div.buis_news_scroller div.shoutdown {
    position:absolute;
    bottom:0px;
    padding:5px;
    width:517px;
    background:#000;
    filter: alpha(opacity=70);
    -moz-opacity:.70;
    opacity:.70;
    z-index:2;
}

div.buis_news_scroller #ticker 	{
    color:#ffffff;
}
div.buis_news_scroller #ticker a:link,
div.buis_news_scroller #ticker a:visited {
	color:#fff6cf;
}


div.article_list {
    margin-bottom: 10px;
    clear:both;
}
div.article_list div.acc_article {
    margin-top: 0px;
    padding: 5px 10px 15px 20px;
    background-color: #e9e9e9;
}

h1.article_toggle {
	background-color: #fff;
	padding: 5px;
        margin: 0px;
        border-bottom: 1px solid #ccc;
        cursor: pointer;
}

/* END Modules */


/* BASIC LAYOUTING */

div.layout_1 {
    width:100%;
}

div.layout_2 {
    width:100%;
}
    div.layout_2 div.imagebox {
        
	border: 1px solid #ccc;
        padding: 10px;
        margin: 0px 10px 10px 0px;
        float: left;
        width: 255px;
    }

div.layout_3 {
    width:100%;
}
    div.layout_3 div.imagebox {
         border: 1px solid #ccc;
        padding: 10px;
        margin: 0px 0px 5px 15px;
        float: right;
        width: 255px;
    }
div.layout_4 {
    width:100%;
}
    div.layout_4 div.imagebox {
        width: 96%;
        border: 1px solid #ccc;
        padding: 10px;
        margin: 0px 10px 10px 0px;
    }
div.layout_5 {
    width:100%;
}
    div.layout_5 div.imagebox {
        width: 96%;
        border: 1px solid #ccc;
        padding: 10px;
        margin: 0px 10px 10px 0px;
    }
div.layout_6 {
    width:100%;
    position: relative;
}
    div.layout_6 div.imagebox {
        position:relative;
        top: 0px;
        bottom: 0px;
        width: 255px;
        padding: 2px;
        margin: 0px 10px 10px 0px;
        float: left;
    }
    div.layout_6 div.imagebox img{
        border: 1px solid #ccc;
        padding: 10px;
        margin: 0px 0px 10px 0px;
    }
    div.layout_6 div.textbox {
        margin-left: 115px;
    }
div.layout_7 {
    width:100%;
    position: relative;
}
    div.layout_7 div.imagebox {
        position:relative;
        top: 0px;
        bottom: 0px;
        width: 255px;
        padding: 2px;
        margin: 0px 10px 10px 0px;
        float: right;
    }
    div.layout_7 div.imagebox img{
        border: 1px solid #ccc;
        padding: 10px;
        margin: 0px 0px 10px 0px;
    }
    div.layout_7 div.textbox {
        margin-left: 115px;
    }
    
 

/* Article */
div.article_paragraph_text {
    width:100%;
    clear:both;
    margin-bottom: 15px;

}

div.article_base {
    width:100%;
    clear:both;
}

div.article_paragraph {
    width:100%;
    clear:both;
    margin-bottom: 15px;

}

div.article_paragraph_image {
    width:100%;
    clear:both;
    margin-bottom: 15px;

}
div.article_paragraph_video {
    width:100%;
    clear:both;
    margin-bottom: 15px;

}


/* END Article paragraph */


/* PAGINATION */

ul.pagination {
    list-style:none;
    padding:0px;
}
    ul.pagination li {
        float:left;
        border: 1px solid #CCC;
	margin:0 5px 0 0;
	padding:5px 8px;
	background-color: #F1F1F1;
	
    }
    ul.pagination li a {
        text-decoration: none;
        font-weight: bold;
        color: #222222;

    }
    
    ul.pagination li.current {
        background-color: #A5ACB2;
        color: #fff;
    }
    ul.pagination li:hover {
        background-color: #A5ACB2;
        color: #fff;
    }
    ul.pagination li.total {
        
    }
/* END PAGINATION */

a.readmore {
	float:right;
	margin-bottom: 10px;
	font-weight: bold;
}

a.smallBgc:link,
a.smallBgc:visited {
	font-size: 14px;
}

a.smallBgc:hover {
	background-color: #FF541F;
	color: #fff;
}
a.largeBgc:link,
a.largeBgc:visited {
	font-size: 24px;
}

a.largeBgc:hover {
	background-color: #FF541F;
	color: #fff;
}

/* SHOP */

#featuredShop {
	position: relative;
	width: 100%;
	height: 230px;
}
#featuredShop #titlesFeat{
	position: absolute;
	width: 353px;
	height: 230px;
	top: 0px;
	right: 0px;
	background-image: url(../img/featured_right.png);
}

#titlesFeat ul {
	margin: 0px;
	padding-left: 55px;
	padding-top: 20px;
}

#titlesFeat ul li{
	list-style: none;
	height: 25px;
	padding: 2px 10px;
	margin-bottom: 20px;
}

#titlesFeat ul li.selected {
	background-image: url(../img/feat_item_bg.png);
	background-repeat: no-repeat;
}
#titlesFeat ul li:hover {
	background-image: url(../img/feat_item_bg.png);
	background-repeat: no-repeat;
}
#titlesFeat ul li a {
	font-weight: bold;
	color: #fff;
	font-size: 16px;
}
#titlesFeat ul li a:hover {
	background-color: transparent;
}

#titlesFeat ul li.selected a {
}

div.bestSellers {
	width: 675px;
	border-right: 1px solid #eee;
}
div.shopOverviewItem {
	position: relative;
	float: left;
	width: 150px;
	height: 200px;
	border: 1px solid #ccc;
	margin-right: 15px;
	margin-bottom: 10px;
	background-color: #eeeeee;
}
div.shopOverviewItem div.inner {
	position: absolute;
	background-color: #fff;
	margin: 5px;
	width:140px;
	height: 170px;
}

div.shopOverviewItem div.inner div.prodImg {
	margin: 5px;
}
div.shopOverviewItem div.inner div.prodName {
	position:absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: 5px;
	text-align: center;
}
div.shopOverviewItem div.inner div.prodName a {
	color: #000;
}
div.shopOverviewItem div.prodCtrls {
	position: absolute;
	margin: 5px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
div.shopOverviewItem div.prodCtrls span.price {
}

div.shopOverviewItem div.prodCtrls span.buy {
	font-size: 9px;
	font-weight: bold;
	color: #fff;
	padding: 3px;
	
}
span.productPrice {
	font-size: 24px;
	margin-bottom: 10px;
}

div.itemDesc {
	position: absolute;
	top: inherit;
	right: 10px;
	width: 200px;
}
div.itemDesc h1 {
	font-family: Arial;
	font-size: 30px;
	color: #FF541F;
	margin-top: 0px;
	
}
div#shopCartOverview {
	width: 100%;
	border: 1px solid #eee;
}

div#shopCartOverview div.cartItem {
	position:relative;
	float:left;
	width: 140px;
	height: 90px;
	border: 5px solid #ccc;
	background-color: #eee;
	margin: 9px;
}
div#shopCartOverview div.cartItem div.removeItem {
	position: absolute;
	width: 30px;
	height:30px;
	top: -15px;
	right:-15px;
	cursor: pointer;
}
div#shopCartOverview  div.checkOut {
	background-color: #FF541F;
	cursor: pointer;
}
div#shopCartOverview  div.checkOut span {
	font-size: 28px;
	line-height: 1.2em;
	color: #fff;
	padding: 10px;
	display: table-cell;
	text-align: center;
}

span.textLight {
	color: #616568;
}
table.cart td {
	background-color: #efefef;
	font-size: 16px;
}

form#register label {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
form#register input {
	font-size: 16px;
	width: 80%;
}
form#register input[type=submit] {
	width: auto;
}



div.categoriesHome {
	
}

div.categoriesHome div.catItem {
	float: left;
	width: 325px;
	margin: 0px 10px 10px 0px;
}

div.categoriesHome div.catItem div.img {
	width: 325px;
	height: 130px;
	background-color: #ccc;
}

span.gotoCart {
	float: right;
}
