/* main CSS */

/* we need this class in this file to not mess mails */
.maintexts p {
	margin: 0;
	padding: 0 0 .7em 0;
	vertical-align: middle;
}

#footercopyright {
	width: 610px;
}

input.submit {
	background: #73c2ec;
	color: #fff;
	font-weight: bold;
	border-color: #000;
}

/* Header */
#all {
	width: 800px;
	padding: 0px;
	margin: 0px auto;
	color: #000;
}

#header {
	padding: 10px;
	height: 63px;
	text-align: right;
}
#header_adm {
	padding: 10px 10px 20px 10px;
	text-align: right;
}

#header_admin {
	padding: 2px;
	text-align: left;
	background: #dcdcdc;
	width: 100%;
	float: left;
	margin-bottom: 5px;
}

#repcust {
	position: absolute;
	width: 800px;
	text-align: right;
	margin: 0;
	top: 48px;
	font-size: .9em;
	color: #1588C1;
}

#header {
	height:20px;
	padding:0;
}

#header #desc {
	position: relative;
	height: 32px;
	top: -6px;
}

#header #desc h1 {
	display: inline;
	margin: 0px;
	padding: 0 0 36px 200px;
	font-size: 0.7em;
	color: Silver;
}

#signinerror {
	position: absolute;
	width: 800px;
	text-align: right;
	margin: 0;
	top: 32px;
	font-size: .6em;
	color: #F00;
}

#header #signedcust {
	position:absolute;
	font-size: .8em;
	color: #1588C1;
	background: #F6F6F6;
	padding: 5px 15px 5px 15px;
	right: 20px;
	top:4px;
	height: 30px;
	text-align: right;
}

/* Top Menu */

.menutop ul {
	clear: both;
	padding: 0;
	margin: 0;
	font-size: .7em;
	font-weight: bold;
}
.menutop li {
	display: block;
	float: left;
	padding: 0 3px 0 0;
	margin: 0;
	list-style: none;
}

.menutop li a {
	display: block;
	position: relative;
	float: left;
	padding: 5px 6px;
	margin-top: 2px;
	background: #ECF1F7;
	color: #0B89C4;
	text-decoration: none;
	border-left: 1px solid #0F7DBA;
	border-top: 1px solid #0F7DBA;
	border-right: 1px solid #0F7DBA;
}

.menutop li.active a {
	background: #C1C1C1;
	color: #000;
	margin-top: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.menutop sup.new {
	color:#f00;
	line-height:5px;
}

/* menutop */
#subpane {
	display: block;
	background: #C1C1C1;
	height: 25px;
	border-left: 1px solid #0F7DBA;
	border-bottom: 1px solid #000;
}

/* SubMenu */
.submenu {
	float: left;
	padding-left: 10px;
}
.submenumain {
	float: right;
	width: 440px;
}
#subpane ul {
	padding: 0;
	margin: 0;
	font-size: .8em;
	font-weight: bold;
}
#subpane li {
	display: block;
	float: left;
	padding: 5px 18px 0 0;
	margin: 0;
	list-style: none;
}
#subpane li a {
	color: #000;
}
#subpane li a:hover {
	color: #666;
}


/* Left Menu */

#leftblock {
	float: left;
	width: 149px;
}

#mainblock {
	float: right;
	width: 634px;
}

#catheader {
	padding: 8px 1px 2px 13px;
}

/* Content page css */
#productheader {
	padding-top: 2px;
}

#mainprodblock {
	background: #fff;
	border-right: 1px solid #0B7BC3;
	border-top: 1px solid #0B7BC3;
	margin: 5px 0 0 0;
	padding-bottom: 40px;
}

#mainprodblock p {
	padding-top: 30px;
}

a.product_price {
	text-decoration: none;
}

table.pages {
	border: 0px solid;
	border-collapse: collapse;
}
table.pages td {
	padding: 4px;
	font-size: 11px;
	color: #000;
	white-space: nowrap;
	border: 0px solid;
}
table.pages a {
	padding: 2px 6px 2px 6px;
	background: #D6F2FB;
	border: 1px solid #16709F;
	text-decoration: none;
	font-size: 11px;
	color: #16709F;
	overflow: visible;
}
table.pages a:hover {
	color: #16709F;
	background: #91BBFB;
	border: 1px solid #16709F;
}
table.pages span {
	padding: 2px 6px 2px 6px;
	border: 1px solid #16709F;
	text-decoration: none;
	font-size: 11px;
	color: #16709F;
	background: #91BBFB;
}
.holiday {
	background-color:#fdd;
}
