body
{
	margin-right:					15px;
	_margin-right:					0px;
	background:						#f4f4f4;
}

#container-dashboard
{
	background: 					#eee;
	width:							99.8%;
	margin:                         0 auto;
	margin-top:						0px;
	border:							1px solid #CCCCCC;
	height:                         212px;
}

#dashBoard
{
	color:							#606060;
	text-align:                     center;
	padding:						4px;
}

/* -------Shopping cart styles-------- */

#shoppingcart-container
{
	width:					39.3%; 
	_width:					39.3%;
	float:					left;
}

#shoppingcart-container h4, #wishlist-container h4, #contact-container h4
{
	margin:					0 0 2px 0;
	font-family:			trebuchet ms, arial, helvetica, serif;
	font-size:				9pt;
	text-align:				left;
	font-weight:			bolder;
	color:					#666;
	border-left:			5px solid #869CAB;
	padding:				3px 7px;
}

#shoppingcart-container-products
{
	width:					99.7%; 
	_width:					97.5%;
	border:					1px solid #869CAB;
	height:					140px;
	padding:				0px;
	overflow-y:				scroll;
	margin:					0 auto;
	background:				#fff;
}

#shoppingcart-container table
{
	border:					0px;
}

#shoppingcart-container table tr td
{
	border-bottom:			1px solid #869CAB;
}

#shoppingcart-footer
{
	width:					99.7%; 
	_width:					97.5%;
	margin:					7px 0 0 0;
	padding:				0;
	text-align:				center;
}

#shoppingcart-footer-button
{
	float:					left;
	width:					50%;
	text-align:				left;
}

#shoppingcart-footer-total
{
	float:					left;
	width:					50%;
	text-align:				right;
	white-space:			nowrap;
}

#shoppingcart-container-products table
{
	border:					0px; 
	margin:					0 auto;
	min-width:				100%;
	width:                  95.5%;
}

#wishlist-container
{
	width:					39.3%; 
	_width:					39.3%;
	float:					left;
	padding:				0 5px;
}

#wishlist-container h4
{
}

#wishlist-container-products
{
	width:					99.7%; 
	_width:					97.5%;
	border:					1px solid #869CAB;
	height:					140px;
	padding:				0px;
	overflow-y:				scroll;
	margin:					0 auto;	
	background:				#fff;
}

#wishlist-container-products table tr td
{
	border-bottom:			1px solid #869CAB;
	background:             #fff;
}

#wishlist-container-products table
{
	border:					0px; 
	margin:					0 auto;
	min-width:				100%;
	width:                  95.5%;
}

#contact-container
{
	width:					18.5%; 
	_width:					18.5%;
	float:					left;
	text-align:				center;
}

#contact-container #contact-container-items
{
	margin:					0;
	padding:                0;
	border:					1px solid #869CAB;
	height:                 140px;
	background:				#fff;	
}

#contact-container #contact-container-items a
{
	padding:				3px 0 3px 3px;
	margin:					0 1px;
	border-bottom:			1px solid #869CAB;
	text-align:				left;
	display:				block;
}

#contact-container #contact-container-items a:hover
{
	background:				#e7e7e7;
}

#bottom-table
{
	border:					0px;
	margin:					0 auto;
}

tr.row-over
{
	background-color:		#EBCCCC;
}

#totalAmmount
{
	text-align:				right; 
	font-weight:			bold;
	width:					65px;
}

#divInCart
{
	display:				inline;
}

#divBlink
{
	color:					#fff;
	display:				inline;
}

/*---------------------------------------------------------------------------------------------------------------*/
/* Igor dashboard styles 
#dasboardFrame
{
	position:                   absolute;
	z-index:                    999;
	height:                     100px;
	overflow:                   hidden;
}

#dashBoard
{
    position:                   relative;
    height:                     100px;
    background-color:           #CC0000;
}
*/

/* Old Dashboard style */


#dashboardTopSpacer
{
	height:						4px;
	background-color:			#f0f0f0;
	border-top:					2px solid #999999;
	font-size:					0.5px;	
}

#container-dashboardTop 
{
	margin:						0 auto;
	background:					#cc0000 url("../../../Images/Dashboard/Backgrounds/Red.jpg") bottom no-repeat;
	height:						40px;
	width:						950px;
	/* todo: move width property to Layouts folder somehow */
}

#dashboardTopBar, #dashboardBottomBar
{
	height:						15px;
	margin-top:					2px;
	color:						#ffffff;
}

#container-dashboardBottom
{
	border:						1px solid #808080;
	width:						948px;
	/* todo: move width property to Layouts folder somehow */
	margin-top:					4px;
	clear:both;
}

#container-dashboardButton
{
	color:						#fff;
	float:						right;
	margin:						0 1px 0 0;
}

.inputBlank
{
	background-color:			transparent;
	border:						0px solid transparent;
	font-size:					8pt;
	width:						100%;
}

.inputBlankRight
{
	background-color:			transparent;
	border:						0px solid transparent;
	font-size:					8pt;
	width:						100%;
	text-align:					right;
}

.dashboardButtonUp, .dashboardButtonDown
{
	width:					55px;
	height:					15px;
	font-size:				1px;
}

.dashboardButtonUp a
{
	display:				block;
	width:					55px;
	height:					18px;
	text-decoration:		none;
	background:				url("/Images/Footer/ButtonUp.png") no-repeat;
}

.dashboardButtonDown a
{
	display:				block;
	width:					55px;
	height:					18px;
	text-decoration:		none;
	background:				url("/Images/Footer/ButtonDown.png") no-repeat;
}

.dashboardButtonUp a:hover
{
	background:				url("/Images/Footer/ButtonUp-Hover.png") no-repeat;
}

.dashboardButtonDown a:hover
{
	background:				url("/Images/Footer/ButtonDown-Hover.png") no-repeat;
}

#dashboardReminder
{
    width:                  250px;
    position:               absolute;
    z-index:                150;
}