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

html, body {
	margin:0;
	padding:0;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	text-decoration:none;
}

a img {
	border:none;	
}

div#masterContainerD {
min-height:100%;
position:relative;	
}

div#headerContainerD {
	height:106px;
	background:#FFF;
	padding-top:10px;
}

div#bodyContainerD {
	padding-bottom:30px;   /* Height of the footer */	
}



div#footerContainerD {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:30px;   /* Height of the footer */
}


/* <CSS HEADER>----------------------------------<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/


div#logoContainerD {
	width:196px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:7px;
}

a#logoRoll {
	display:block;
	width:196px;
	height:74px;
	background:url("../images/logoRoll.png");
}

a#logoRoll:hover {
	background-position: -196px 0;
}

div#menuContainerD{
	position:absolute;
	left:50%;
	margin-left:-502px;
	width:1005px;
	height:25px;
	z-index:5;
}

#menuColumn{
	border:solid;
	border-width:1px;
	border-color:#999;
	margin-left:-1px;
	padding-bottom:0px;
	float:left;
	width:250px;
	text-align:center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size:13px;
	color:#666;
	background-color:#FFF;
	cursor:pointer;
}

#menuColumn .topBtn{
	padding:4px;
	color:#666;
}

#menuColumn .topBtn:hover{
	background:#D6D6D6;
}

#menuColumn .topListBtn{
	padding:4px;
	color:#666;
}

#menuColumn .item{
	display:none;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	text-align:left;
	color:#666;
	font-size:12px;
}

#menuColumn:hover .item{
	display:block;
}

#menuColumn .item:hover {
	background:#D6D6D6;
}

.extraBTN{
	border:solid;
	border-width:1px;
	border-color:#999;
	margin-left:-1px;
	padding-top:4px;
	padding-bottom:4px;
	float:left;
	width:250px;
	text-align:center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size:13px;
	color:#666;
	background-color:#FFF;
	cursor:pointer;	
}

.extraBTN:hover{
	background:#D6D6D6;
}
/* <CSS HEADER>------------------------------------->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/


/* <CSS FOOTER>----------------------------------<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

div.footerBtnD {
	width:160px;
	height:22px;
	letter-spacing:2px;
	font-size:10px;
	color:#999;
	padding-top:8px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

div.footerBtnD a{
	text-decoration:none;
	color:#999;
}

div.footerBtnD:hover a{
	color:#333;
}
/* <CSS FOOTER>------------------------------------->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/



/* <CSS MINI CART>----------------------------------<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
div#fixedListContainerD {
	position:fixed;
	right:97px;
	bottom:0px;
	z-index:10;
}


div#listD {
	border:solid;
	border-width:1px;
	border-color:#333;
	width:340px;
	cursor:pointer;
	background-color:#FFF;
	font-size:12px;
}

div#headerD {
	position:relative;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	padding-right:0px;
	background-color:#333;
	color:#FFF;
}

div#totalD {
	position:absolute;
	top:0px;
	right:0px;
	padding-top:4px;
	padding-right:10px;
}

div#listD:hover div.listItemD {
	display:block;
}

div.listItemD {
	display:none;
	position:relative;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	padding-right:10px;
	color:#333;
	cursor:default;
}

div.listItemD:hover {
	background-color:#E2E2E2;
}

div.listItemD a {
	color:#333;
}

div.listItemD a:hover {
	color:#000;
}


div.removeItem {
	position:absolute;
	top:0px;
	right:0px;
	padding-top:6px;
	padding-right:10px;
	font-size:9px;
	color:#333;
	cursor:pointer;
}

div.removeItem:hover {
	font-weight:bold;
	color:#000;
}


div#fixedCheckOutD {
	position:fixed;
	bottom:0px;
	right:0px;
	border:solid;
	border-width:1px;
	border-color:#333;
	z-index:10;
}



div#checkOutBtnD {
	padding-top:4px;
	padding-bottom:4px;
	padding-left:15px;
	padding-right:15px;
	font-size:12px;
	font-weight:bold;
	color:#000;
	background-color:#FFF;
	cursor:pointer;
}

div#checkOutBtnD:hover {
	background-color:#C66;	
	color:#FFF;
}


/* <CSS MINI CART>------------------------------------->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/