body {
	text-align: center;
	background: #FFF url(../images/bg.gif) repeat-y center;
}

/*********** General ***********/

body,tr,th,td,input,select,textarea {
	font: normal 11px Tahoma, Verdana, sans-serif;
	color: #1b3e8a;
}


ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 0 25px;	
	color: #1b3e8a;
}

a {
	color: #1b3e8a;
	text-decoration: underline;
}
a:hover {
	color: #1b3e8a;
	text-decoration: none;
}
/*********** End: General ***********/

h2 {

font-size: 12px;
font-weight: bold;
}


/*********** Global additional classes ***********/

.f-left {
	float: left;
}
.f-right {
	float: right;
}
.clear {
	clear: both;
}
/*********** End: Global additional classes ***********/



/*********** Layout ***********/

/* container */
#container {
/*	background: #FFF; */
	position: relative;
	width: 996px;
	margin: 0 auto;
	text-align: left;
	
}
/* header */
#header {
	/* background: #FFF; */
	background: url(../images/header.jpg) no-repeat;
	height: 130px;
	margin: 0 0 1px 0;
}

/* logo */
#logo {
 
}
/*	#logo h1 {
		position: absolute;
		top: -10px;
		left: -7px;
		text-indent: -999em;
		background: url(../images/mrdomino_logo.gif) no-repeat;
		width: 332px;
		height: 145px;
	}*/
	
#logo h1 {
		position: absolute;
		top: 10px;
		left: 10px;
		text-indent: -999em;
		background: url(../images/logo_schaduw.png) no-repeat;
		width: 160px;
		height: 120px;
	}
	
	
	#logo h1 a {
		display:block;
		overflow:hidden;
		height:100%;
	}

 #slogan { 
	float: left;
	margin: 18px 0 0 250px;
	width: 332px;
}

/* topmenu */
#topmenu {
	float: right;
	padding-top: 10px;
	width: 350px;
}

#topmenu ul{
	float: right;
	padding-right: 10px;
}

	#topmenu ul li {
		float: left;
		padding-left: 2px;
	}
	#topmenu ul li a {
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}
	#topmenu ul li a:hover {
		color: #fff;
	}

#search {
	float: left;
}

#langselect {
	float: right;
}

#langselect .lang {
display:block;
float:left;
font-weight:normal;
margin:2px 10px 0 0;
}

/* main area */

#main {
	clear: both;
	margin: 10px 0 0 0;
}

/* columns */
#leftcol {
	float: left;
	width: 150px;
}

#rightcol {
	float: right;
	width: 150px;
}

/* menu blocks */
.menublock {
	margin: 0 0 10px 0;
	line-height: 16px;
}
	.menublock h4 {
		background-color: #e0e0e0;
		font-weight: bold;
		padding: 5px;
	}
	
.menucontent {
	clear: both;
	padding: 0 0 10px 0;
}
	.menucontent ul {
		list-style-type: none;				
	}
	.menucontent ul li {
		padding-left: 5px;
	}


#maincontent {
	float: left;
	width: 676px;
	margin: 0px 10px 20px 10px;
}
/* content blocks */
.contentblock {
	clear: both;
	line-height: 16px;
	padding-bottom: 15px;
}
	.contentblock h1 {
		font-weight: bold;
		font-size: 13px;
		padding: 5px;
		background-color: #e0e0e0;

	}

#breadcrumbs {
	float: right;
	/* text-transform: lowercase; */
	margin: 5px 0 0 0;
	font-size: 10px;
	font-weight: normal;
} 

.content {
}
	.content p {
		margin: 0 0 5px 0;
	}


/* login */
#login input.logintextfield {
	width: 145px;
	margin-bottom: 5px;
}

/* footer */
#footer {
	border-top: 1px solid #e0e0e0;
	padding-top: 10px;
	clear: both;
}
	#copyright {
		float: right;
	}
	#footermenu {
		float: left;
	}
		#footer ul li {
			float: left;
		}
		#footer ul li a {
			text-decoration: none;
		}
		#footer ul li a:hover {
			text-decoration: underline;
		}



/*********** End: Layout ***********/

		
/*********** Productlist ***********/

.productlist {
	clear: both;
}
ul.productlist li {
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
	float: left;
	width: 190px;
	margin: 0 10px 10px 0;
	padding: 10px;
	text-align: left;
}
.productlist h2 {
	height: 35px;
}
.productlist h2 a {
	text-decoration: none;
}
.productlist-thumb {
	width: 190px;
	height: 200px;
	margin: 0 auto;
	overflow: hidden;
}
.productlist-thumb img {
	width: 190px;
	height: 200px;
}
.productlist-listprice {
	text-decoration: line-through;
}
.productlist-price {
	font-weight: bold;
	color: #199ee1;
	font-size: 14px;
}
.productlist-details {
	display: block;
	clear: left;
}
.productlist-nav {
	clear: both;
	margin-bottom: 10px;
}
.productlist-resultpages {
	float: left;
	margin-bottom: 10px;
}
.productlist-resultpages ul li {
	float: left;
	padding: 0 5px;
	margin-right: 3px;
	border: 1px solid #e0e0e0;
}
.productlist-resultpages ul li.descr {
	border: none;
}
.productlist-resultpages ul li.act {
	font-weight: bold;
	background-color: #e0e0e0;
}
.productlist-orderby {
	float: right;
}
.productlist-orderby ul li {
	float: left;
	padding: 0 5px;
	margin-right: 3px;
}

.productlist-orderby ul li.act {
	font-weight: bold;
}

/*********** End: Productlist ***********/




/*********** Productdetail ***********/

#productdetail {
	position: relative;
}
#productdetail h2 { 
	margin: 20px 0;
	font-weight: bold;
	font-size: 12px;
}
#productdetail ul {
	list-style: square inside;
}
#product-thumb {
	float: left;
	width: 450px;
	padding: 15px;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	text-align: center;
	margin: 0 15px 15px 0;
}
#product-thumb img {
	width: auto;
	height: auto;
}
}
#product-info {
	float: left;
}

#productdetail-table {
	margin-top: 20px;
}
	#productdetail-table td {
		vertical-align: middle;
		padding: 2px;
	}
/*
.discount-img {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 5px;
	margin-right: 5px;
	width: 57px;
	height: 57px;
	background: transparent url(../../images/save_money.gif) no-repeat;
}
.discount-img div {
	position: relative;
	padding: 25px 0 0 13px;
	color: #fff;
	font-weight: bold;
}
*/

.productdetail-lbl {
	font-weight: bold;
	font-size: 14px;
}
#product_price {
	font-weight: bold;
	font-size: 14px;
	color: #ff8f00;
}
.product-listprice {
	text-decoration: line-through;
}
/*
.product-buy {
	float: right;
}
.product-buy input {
	background-color: #ff8f00;
	color: #fff;
	font-weight: bold;
	width: 100px;
	height: 30px;
}
*/
.product-fulldescr {
	clear: both;
}


/*********** Menu addons ***********/
#today_news {
	padding: 0 0 5px 0;
}


td.FormButton { 
	padding: 10px 10px 0 0;
	font-weight: bold;
}
/*********** End: Menu addons ***********/




/*********** Cart ***********/

#cart-items-wrapper {
	clear: both;
	margin: 0 0 15px 0;
}

#cart-items-wrapper h2 {
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 0;
}

.cart-item  {
	position: relative;
	width: 100%;

	min-height: 100px;
	height: auto !important;
	height: 100px;
	
	overflow: hidden;
	clear: both;
	padding: 10px 0;
	border-bottom: 1px solid #e0e0e0;
}
.cart-thumb {
	float: left;
	width: 330px;
	height: 220px;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	text-align: center;
	margin: 0 10px 10px 0;
}
.cart-thumb img {
	width: auto;
	height: 200px;
}
.cart-product-price {
	font-weight: bold;
	font-size: 14px;
	color: #ff8f00;
}

/*********** End: Cart ***********/



/*********** Buttons ***********/

/* general button style */
a.adv_button {
	background-color: #0691d5;
	color: #fff;
	padding: 3px 5px;
	border: 1px solid #105679;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
}
a.adv_button:hover {
	background-color: #fff;
	color: #0691d5;
}

a.button_orange{
	margin-top:10px;
	display: block;
	background-color: #FF6F0F;
	color: #FFFFFF;
}
a.adv_button:hover {
	background-color: #FFFFFF;
	color: #FF6F0F;
}
/* action buttons for cart items */
.cart-item a.adv_button {
	font-size: 10px;
	font-weight: normal;
	background-color: #fff;
	border: 1px solid #105679;
	color: #000;
}

.cart-item a.adv_button:hover {
	background-color: #105679;
	color: #fff;
}


/*********** End: buttons ***********/

div#featured {
	width: 100%;
}

div#featured div.product-wrapper_1 {
	width: 674px;
	border: 1px solid #999;
	background-color: #ffffff;
}
div#featured div.product-wrapper_2 {
	width: 330px;
	float: left;
	border: 1px solid #999;
	background-color: #ffffff;
}
div#featured div.product-wrapper_2_r {
	width: 330px;
	float: right;
	border: 1px solid #999;
	background-color: #ffffff;
}

div#featured div.product-wrapper_3 {
	width: 225px;
	height: 400px;
	float: left;
	border: 1px solid #999;
	background-color: #ffffff;
}

div#featured div.product-wrapper_3 {
	width: 220px;
	height: 400px;
	float: left;
	border: 1px solid #999;
	margin: 0 5px 0 0;
	background-color: #ffffff;
}
div#featured div.product-wrapper_3_r {
	width: 220px;
	height: 400px;
	float: left;
	border: 1px solid #999;
	margin: 0;
	background-color: #ffffff;
}

div#featured div.prod_wrapper {
	margin: 0 auto;
	width: 180px;
	height: 380px;
	padding: 10px;
}

div.prod_wrapper .FPListImgBox{
	margin:10px auto;
	width:190px;
	overflow: hidden;
}

div.welcome-container{
	width: 426px;
	float: left;
	margin: 0 20px 0 0;
}

div.welcome-img{
	width: 229px;
	float: right;
	margin: 0 0 10px 0;
}

/* navbar */
#navbar {
	height: 30px;
	color: #FFF;
}
#navbar a {
	color: #FFF;
}

#navbar .menu_bgl {
	background: url(../images/menu_bgl.gif);
	width: 5px;
	height: 30px;
	float: left;
}
#navbar .menu_bg {
	background: url(../images/menu_bg.gif) repeat-x;
	width: 976px;
	float: left;
	height: 30px;
	padding: 5px;
}

#navbar .menu_bgr {
	background: url(../images/menu_bgr.gif);
	width: 5px;
	height: 30px;
	float: left;
}

#menu_header .menu_bgl {
	background: url(../images/menu_bgl.gif);
	width: 5px;
	height: 30px;
	float: left;
}
#menu_header .menu_bg {
	background: url(../images/menu_bg.gif) repeat-x;
	width: 130px;
	float: left;
	height: 30px;
	padding: 6px 5px 0 5px;
}
#menu_header .menu_bgr {
	background: url(../images/menu_bgr.gif);
	width: 5px;
	height: 30px;
	float: left;
}
#menu_header h4 {
	background: none;
	font-weight: bold;
	color: #fff;
	padding: 0;
}

#content_header .menu_bgl {
	background: url(../images/menu_bgl.gif);
	width: 5px;
	height: 30px;
	float: left;
}
#content_header .menu_bg {
	background: url(../images/menu_bg.gif) repeat-x;
	width: 649px;
	float: left;
	height: 30px;
	padding: 6px 5px 5px 5px;
}

#content_header .menu_bgr {
	background: url(../images/menu_bgr.gif);
	width: 5px;
	height: 30px;
	float: left;
}

#content_header h1 {
	background: none;
	font-weight: bold;
	color: #fff;
	padding: 0;
}
#content_header h3 {
	background: none;
	font-weight: bold;
	color: #fff;
	padding: 0;
}

#topmenu_tab .menu_bgl {
	background: url(../images/menu_bgl.gif);
	width: 5px;
	height: 30px;
	float: left;
}
#topmenu_tab .menu_bg {
	background: url(../images/menu_bg.gif) repeat-x;
	float: left;
	height: 30px;
	padding: 7px 3px 5px 3px;
}

#topmenu_tab .menu_bgr {
	background: url(../images/menu_bgr.gif);
	width: 5px;
	height: 30px;
	float: left;
}

input { margin: 0 0 5px 0; }



#icons {
	margin-top: 10px;
}
#icons ul li {
	float: left;
	margin-bottom: 5px;
}
#icons ul li.firsticon {
	margin-right: 5px;
}

h5.customer_details {
	font-weight: bold;
	margin: 10px 0 0 0;
}

.banner{
	background-color: #0691d5;
	color: #fff;
	border: 1px solid #105679;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 153px;
	padding: .6em 0;
	font-size: 1.2em;
	margin-bottom: 1em;	
}