/* Import other stylesheets for media: print */

/* Classes and styles */
@import url("layout.css");
@import url("style.css");

#breadcrumbs,
#menu,
#optionColumn,
#footer,
#contentFooter,
#printBtn,
#productTabs,
#productImageSmall,
#productRelated,
#productBacklink,
#productDetailContent,
#product_compare.css{
	display: none;	
}

div#header{
	height: 75px;	
}

div#content{
	padding: 80px 10px 0 10px;
	border: 0;
	
}

h1 {
	color: #d8040c;
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-right: 86px;
	line-height: normal;
}

/* CONTENT */
#contentBlock ul{
	margin: 0px 0px 12px 15px;	
}

/* PRODUCTS */
.dynamicProductlist ul li {
	display:inline;
	float:left;
	height:140px;
	margin:0 10px;
	overflow:hidden;
	width:100px;
}

/* PRODUCT DETAIL */
#productContent {
	position: relative;
}

#productInfo {
	position: relative;
	width: 660px;
	min-height: 100px;
}

.productInfoContent{
	display: block;	
}	

.productInfoContent h6{
	color: #d8040c;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-right: 86px;
	line-height: normal;
	padding: 10px 0 5px 0;
}	

.firstTable{
	margin: 8px 0 16px 0 !important;
}	

.gdaTable {
	margin: 8px 0 16px 16px;
	float: left;
	width: 180px;
}

.gdaTable th {
	font-size: 0.9em;
	font-weight: bold;
	padding: 2px 2px 2px 5px;
	color: White;
	background-color: #d8040c;
}
.gdaTable td {
	font-size: 0.85em;
	padding: 2px 2px 2px 5px;
}
.gdaTable tr.gr {
	background-color: #efece6;
}

.tableLarge{
	width: 400px ;
}

strong.redTitle{
	display: block;
	padding-bottom: 10px;
}

.productInfoContent ul{
	margin-left: 15px;	
}

#info4 a{
	color: #d8040c;
	font-size: 1.1em;
}

#productImage {
	position: absolute;
	right: 0px;
	top: 54px;
}

/* RECEPIES */
#content .recipe strong{
	color: #d8040c;
}	

#content .recipe{
	padding-right: 210px;
	width: 515px;
}	 

#content .recipe #contentRecipeImage{
	margin-bottom: 12px;	
}

#recipeIngredients{
	position: absolute;
	top: 60px;
	left: 520px;
	width: 200px;
	padding-top: 11px;
}

#recipeIngredients h3{
	color:#D8040C;
	font-size:1.1em;
	font-weight:bold;
	margin:8px 0 10px 0;	
}

#recipeTips{
	background: url("../images/recipe-tips-bg.jpg") no-repeat;
	width: 164px;
	height: 172px;
	padding: 56px 15px 0 15px;
	margin-top: 20px;
}
