#basket {
	border-collapse:collapse;	
	border: 2px solid #999999;
	color:#999999;
	font-size: 0.8em;
}

#basket tr th {
	background-color:#999999;
	color:#ffffff;
	font-weight:normal;
	text-align:left;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	font-size: 0.9em;
}

#basket tr td {
	vertical-align:top;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}

#basket tr td span.small {
	font-size: 0.9em;
	font-weight: normal;
}

#basket tr.dark td {
	background-color: #ffffff;
	font-size: 0.9em;
	font-weight:normal;
	padding: 5px;
}

#basket tr.dark td .dark-div {
	background-image:url(/images/basket-room-icon.gif);
	background-repeat:no-repeat;
	background-position: 0 6px;
	background-color: #F5F5F5; 
	padding-left: 50px; 
	padding-right: 10px; 
	padding-top: 5px; 
	padding-bottom: 5px;
}

#basket tr td sup {
	font-size: 0.8em;
}

img {
	border:none;
}

#basket tr td .button {
	position: absolute; 
	margin-top: -5px;
}

#basket tr td a {
	color:#999999;
	text-decoration: none;
}

#basket tr td a:hover {
	text-decoration: underline;	
}

#basket tr td.more a {
	color:#addf00;
	font-weight:normal;
	text-decoration: underline;
}

#basket tr td.more a:hover {
	text-decoration: none;
}

#get-quote {
	float: right; 
	margin-right: 50px;	
}

p {
	color: #666666;
}

p a {
	color: #666666;
	text-decoration: underline;
}

p a:hover {
	text-decoration: none;
}

#more-carpets-button {
	font-size: 1em; 
	width: 528px; 
	background-color:#f5f5f5; 
	color: #999999; 
	text-decoration: underline; 
	display: block; 
	height: 33px; 
	float: left; 
	padding-top: 13px; 
	padding-left: 13px; 
	padding-right: 13px;
	cursor:pointer;
}

#more-carpets-button:hover {
	text-decoration:none;	
}

#more-carpets-button img {
	margin-right: 12px; 
	float: right; 
	margin-top: -2px;
}

#complete-order-button {
	font-size: 1em; 
	width: 262px; 
	background-color:#999999; 
	color: #ffffff; 
	display: block; 
	height: 33px; 
	float: left; 
	padding-top: 13px; 
	padding-left: 13px; 
	padding-right: 13px; 
	margin-left: 6px; 
	position: relative;	
	font-weight: bold;
	text-decoration: none;
	cursor:pointer;
}

#complete-order-button a {
	color: #ffffff;
}

#complete-order-button img {
	position: absolute; 
	right: -53px; 
	top: -11px;
}

#complete-order-button:hover {
	text-decoration: underline;	
}


/*
########################################################################
Modal Window
########################################################################
*/

#dialog-top-capsmall {
	background-image:url(/images/overlay-top1.png); 
	background-repeat: no-repeat; 
	height: 19px; 
	width: 508px; 
	z-index: 3001;
}

#dialog-bottom-capsmall {
	background-image:url(/images/overlay-bottom1.png); 
	background-repeat: no-repeat; 
	height: 19px; 
	width: 508px; 
	z-index: 3001;
}

#dialog-outer {
	background-color: #ffffff; 
	padding: 0 10px;
}

#dialog-inner {
	background-color: #eeeeee; 
	padding: 25px;
}

#dialog-title {
	color: #666666; 
	font-size: 1.5em;
}

#dialog a {
	margin-right: 5px;	
	cursor:pointer;
}

#dialog .text-link a {
	color: #999999;
	text-decoration: underline;
	font-size: 0.8em;
	position: absolute; 
	margin-top: 5px;
	margin-left: 15px;
}

#dialog .text-link a:hover {
	text-decoration: none;
}

#dialog .info {
	font-size: 0.8em;
	color: #000000;
	margin-bottom: 1em;
}

#dialog .question {
	color: #000000;
	margin-bottom: 1em;
}

