@charset "utf-8";
/* Schonbek Customer Service Styles */

#cs1, #cs2, #cs3, #cs4, #cs5, #cs6{
	display: block;
	height: 20px;
	padding: 5px 10px;
	margin-right: 0;
	background-color: white;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	text-decoration: none;
	color: #333;
	background-image: url(/grfx/cs/cs_tab_gradient.png);
	_background-image: none!important;
	background-position: top left;
	background-repeat: repeat-x;
	float: left;
}

.fill{
	display: block;
	height: 21px;	
	width: 2px;
	padding: 5px 0 5px 0;
	border-bottom: solid 1px #ccc;
	float: left;
}
#csEnd{
	float: left;
	background-image: url(/grfx/cs/cs_end.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 22px;
	width: 190px;
	padding: 5px 0 5px 0;
	background-color: white!important;
}

#optContainer{
	padding: 8px;
}
#contact, #shipping, #guarantee, #policy, #security, #pricing{
	display: none;
	padding: 0 10px 5px 10px;
}
div h2{
	margin: 3px 0 6px 0;
	font-size: 18px;
	font-weight: normal;
	color: #555;
}

#optContainer strong{
	color: #8899B9;	
}
#optContainer p{
	margin-top: 0;
	padding-top: 0;
}

div a{
	text-decoration: none;
	color: #900;
}
div a:hover{
	text-decoration: underline;	
}

/* special boxes */
#address{
	padding: 5px;
	background-color: #eee;
	color: #414141;
	width: 360px;
	font-size: 11px;
}
#address p{ padding: 5px 0 0 0; margin: 0; }

.green_box{
	padding: 5px;
	background-color: #D8E6D5;
	color: #444;
	font-size: 11px;
}
.green_box table{
	padding-top: 4px;	
}

.red_box{
	padding: 5px;
	background-color: #FFC6C6;
	color: #444;
	font-size: 11px;
}

.note{
	background-color: #FBF9C8;
	color: #444;
	padding: 5px;
	font-size: 11px;
}
.note strong, .green_box strong, .red_box strong{
	color: #444!important;
}

.note img, .green_box img, .red_box img{
	width: 14px;	
}

.fine{
	font-size: 10px;
	color: #666;
}
