/* --- Sidebar --- */

div#sidebar {
	font-size: 11px;
	color: white;
} 

hr.sidebar-sep {
	border: none;
	border-bottom: 1px solid #fff;
	height: 1px;
}

h2 {
	border-top: 1px solid #fff;	
	padding-top: 5px;
	margin-top: 50px;
	font: bold 13px Verdana;
}

div.cart-box {
	height: 500px;
	overflow: auto;
}

div.cart-box table {
	font: normal 11px Tahoma;
	color: white;
}

div.cart-item {
	border-bottom: 1px solid #FFAAAA;
}

div.cart-item td {
	vertical-align: top;
	xborder: 1px solid blue;
}

div.cart-item td.count {
	width: 30px;
}

div.cart-item td.descr {
	width: 80px;
}

div.cart-item td.delete {
	text-align: right;
}

div#sidebar a {
	color: #FFF;
}

/* --- Content --- */

h1 {
	font: bold 17px Verdana;
	color: #d21206;
	padding: 0;
	margin: 0 0 20px 0;
}

h2 {
	color: #d21206;
	font-weight: bold;
	padding: 0;
	margin: 0 0 5px 0;
}

p {
	padding: 0 0 5px 0;
	margin: 0;
}

p.small {
	font-size: 11px;
}

div.delete_equip {
	float: right;
}

hr.sep {
	border: none;
	border-bottom: 1px solid #FDB0AC;
	height: 1px;
}

/* --- Downloads --- */

div.download {
	margin: 0px 0  0 10px;
	border-top: 1px solid #d21206;
}

div.download table {
	width: 80%;
	font-size: 13px;
}

div.download img {
	border: none;
}

div.download td.pdf {
	text-align: center;
	xborder: 1px solid red;
}

div.download a.pdf {
	background: url(../images/PDF_icon.gif) top left no-repeat;
	display: block;
	height: 75px;
	width: 75px;
}

div.get_reader {
	font-size: 11px;
	margin: 10px;
	border: 1px solid #CCC;
	padding: 10px 10px 5px 10px;
}

/* --- Small parts: big photo --- */

div.bigphoto {
	position: absolute;
	top: 100px;
	left: 150px;
	width: 508px;
	height: 534px;
	padding: 0px 0 0 4px;
	background: url(../images/parts/bigphoto_bg.gif) top left no-repeat;
}

div.bigphoto div.title {
	margin: 0 0 0 0;
	padding: 7px 0 7px 8px;
	font: bold 13px Verdana;
	color: white;
}

div.bigphoto a.close {
	float: right;
	display: block;
	width: 21px;
	height: 21px;
	margin: 6px 10px 0 0;
	background: url(../images/parts/close_normal.gif) top left no-repeat;
}

* html div.bigphoto a.close {
	margin: 6px 3px 0 0;	
}

div.bigphoto a.close:hover {
	background: url(../images/parts/close_hover.gif) top left no-repeat;
}

/* --- Service/Empty: explanation --- */

div#equip_explan {
	position: absolute;
	top: 100px;
	left: 150px;
	width: 508px;
	height: 534px;
	padding: 0px 0 0 4px;
	background: url(../images/parts/bigphoto_bg.gif) top left no-repeat;
	font: normal 11px Verdana;
}

div#equip_explan div#backgr {
	width: 500px;
	height: 500px;
	background-color: #FFF;
}

div#equip_explan div.title {
	margin: 0 0 0 0;
	padding: 7px 0 7px 8px;
	font: bold 13px Verdana;
	color: white;
}

div#equip_explan a.close {
	float: right;
	display: block;
	width: 21px;
	height: 21px;
	margin: 6px 10px 0 0;
	background: url(../images/parts/close_normal.gif) top left no-repeat;
}

* html div#equip_explan a.close {
	margin: 6px 3px 0 0;	
}

div#equip_explan a.close:hover {
	background: url(../images/parts/close_hover.gif) top left no-repeat;
}

div#equip_explan p {
	padding: 10px;
}